#555ACD

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

Shades of Free Speech Blue #555ACD

Tints of Free Speech Blue #555ACD

Color information

#555ACD (or 0x555ACD) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5A and CD. RGB value is (85,90,205). Sum of RGB (Red+Green+Blue) = 85+90+205=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #555ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ACD is #AAA532. Grayscale: #656565. Windows color (decimal): -11183411 or 13458005. OLE color: 13458005.

HSL color Cylindrical-coordinate representation of color #555ACD: hue angle of 237.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555ACD is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8590205-
CMYK0.590.5600.20
HSL237.5º54.55%56.86%-
HSV(B)237.5º58.54%80.39%-
XYZ18.4213.6559.42-
YUV101.62186.34116.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 205 (80.47% from 255) = 53.95%
R=22.37%
G=23.68%
B=53.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85902050.590.5600.20237.554.5556.86
Hex555ACD3B38014ee3739
Octal12513231573700243566771
Binary101010110110101100110111101111100001010011101110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555ACD; }

 p { color: rgb(85,90,205); }

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

<style>
 a { background-color: #555ACD; }

 a { background-color: rgb(85,90,205); }

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

<style>
 span { border-color: #555ACD; }

 span { border-color: rgb(85,90,205); }

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