#555AC3

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

Shades of Free Speech Blue #555AC3

Tints of Free Speech Blue #555AC3

Color information

#555AC3 (or 0x555AC3) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5A and C3. RGB value is (85,90,195). Sum of RGB (Red+Green+Blue) = 85+90+195=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 195 (76.56% from 255 or 52.70% from 370); Max value from RGB is 195 - color contains mainly: blue. Hex color #555AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AC3 is #AAA53C. Grayscale: #646464. Windows color (decimal): -11183421 or 12802645. OLE color: 12802645.

HSL color Cylindrical-coordinate representation of color #555AC3: hue angle of 237.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555AC3 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8590195-
CMYK0.560.5400.24
HSL237.27º47.83%54.9%-
HSV(B)237.27º56.41%76.47%-
XYZ17.2513.1853.27-
YUV100.48181.34116.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 195 (76.56% from 255) = 52.70%
R=22.97%
G=24.32%
B=52.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85901950.560.5400.24237.2747.8354.9
Hex555AC33836018ed3037
Octal12513230370660303556067
Binary101010110110101100001111100011011001100011101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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