Html Css Color HEX #555CCC Free Speech Blue

📋 copy color: '#555CCC'

red 85 ◦ green 92 ◦ blue 204

#555CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #555CCC

Tints of Free Speech Blue #555CCC

RGB

 RED value IS 85 (33.59% from 255) = 22.31%

 GREEN value IS 92 (36.33% from 255) = 24.15%

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 22.31%
G = 24.15%
B = 53.54%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#555CCC (or 0x555CCC) is known color: Free Speech Blue. HEX triplet: 55, 5C and CC. RGB value is (85,92,204). Sum of RGB (Red+Green+Blue) = 85+92+204=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #555CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CCC is #AAA333. Grayscale: #666666. Windows color (decimal): -11182900 or 13392981. OLE color: 13392981.

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

Color convert

RGB 85 92 204 -
CMYK 0.58 0.55 0 0.2
HSL 236.47º 0.54% 0.57% -
HSV(B) 236.47º 0.58% 0.8% -
XYZ 18.47 13.95 58.84 -
YUV 102.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 85 92 204 0.58 0.55 0 0.2 236.47 0.54 0.57
Hex 55 5C CC 3A 37 0 14 EC 36 39
Octal 125 134 314 72 67 0 24 354 66 71
Binary 1010101 1011100 11001100 111010 110111 0 10100 11101100 110110 111001

Color Harmonies of #555CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CCC

Black with #555CCC

Text Example


Text Example

White with #555CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #555CCC;
 }
 .AnyTagClassName
 {
   color: #555CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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