#555CCB

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

Shades of Free Speech Blue #555CCB

Tints of Free Speech Blue #555CCB

Color information

#555CCB (or 0x555CCB) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5C and CB. RGB value is (85,92,203). Sum of RGB (Red+Green+Blue) = 85+92+203=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #555CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CCB is #AAA334. Grayscale: #666666. Windows color (decimal): -11182901 or 13327445. OLE color: 13327445.

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

Color convert

RGB8592203-
CMYK0.580.5500.20
HSL236.44º53.15%56.47%-
HSV(B)236.44º58.13%79.61%-
XYZ18.3513.958.22-
YUV102.56184.68115.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 203 (79.69% from 255) = 53.42%
R=22.37%
G=24.21%
B=53.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85922030.580.5500.20236.4453.1556.47
Hex555CCB3A37014ec3538
Octal12513431372670243546570
Binary101010110111001100101111101011011101010011101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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