#5561CE

Color #5561CE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5561CE

Tints of Free Speech Blue #5561CE

Color information

#5561CE (or 0x5561CE) is unknown color: approx Free Speech Blue. HEX triplet: 55, 61 and CE. RGB value is (85,97,206). Sum of RGB (Red+Green+Blue) = 85+97+206=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #5561CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561CE is #AA9E31. Grayscale: #696969. Windows color (decimal): -11181618 or 13525333. OLE color: 13525333.

HSL color Cylindrical-coordinate representation of color #5561CE: hue angle of 234.05º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5561CE is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8597206-
CMYK0.590.5300.19
HSL234.05º55.25%57.06%-
HSV(B)234.05º58.74%80.78%-
XYZ19.1614.9460.27-
YUV105.84184.52113.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=21.91%
G=25%
B=53.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal85972060.590.5300.19234.0555.2557.06
Hex5561CE3B35013ea3739
Octal12514131673650233526771
Binary101010111000011100111011101111010101001111101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5561CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5561CE; }

 p { color: rgb(85,97,206); }

 H1.HeaderClassName
 {
   color: #5561CE;
 }
 .AnyTagClassName
 {
   color: #5561CE;
 }
</style>
background-color css

<style>
 a { background-color: #5561CE; }

 a { background-color: rgb(85,97,206); }

 div.DivClassName
 {
   background-color: #5561CE;
 }
 .BgClassName
 {
   background-color: #5561CE;
 }
</style>
border-color css

<style>
 span { border-color: #5561CE; }

 span { border-color: rgb(85,97,206); }

 td.TdClassName
 {
   border-color: #5561CE;
 }
 .TagClassName
 {
   border-color: #5561CE;
 }
</style>