#555CCA

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

Shades of Free Speech Blue #555CCA

Tints of Free Speech Blue #555CCA

Color information

#555CCA (or 0x555CCA) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5C and CA. RGB value is (85,92,202). Sum of RGB (Red+Green+Blue) = 85+92+202=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #555CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CCA is #AAA335. Grayscale: #666666. Windows color (decimal): -11182902 or 13261909. OLE color: 13261909.

HSL color Cylindrical-coordinate representation of color #555CCA: hue angle of 236.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #555CCA is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8592202-
CMYK0.580.5400.21
HSL236.41º52.47%56.27%-
HSV(B)236.41º57.92%79.22%-
XYZ18.2313.8557.59-
YUV102.45184.18115.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=22.43%
G=24.27%
B=53.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85922020.580.5400.21236.4152.4756.27
Hex555CCA3A36015ec3438
Octal12513431272660253546470
Binary101010110111001100101011101011011001010111101100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,202); }

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

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

 a { background-color: rgb(85,92,202); }

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

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

 span { border-color: rgb(85,92,202); }

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