Html Css Color HEX #555ECC Free Speech Blue

📋 copy color: '#555ECC'

red 85 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Blue #555ECC

Tints of Free Speech Blue #555ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 22.19%
G = 24.54%
B = 53.26%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#555ECC (or 0x555ECC) is known color: Free Speech Blue. HEX triplet: 55, 5E and CC. RGB value is (85,94,204). Sum of RGB (Red+Green+Blue) = 85+94+204=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #555ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ECC is #AAA133. Grayscale: #676767. Windows color (decimal): -11182388 or 13393493. OLE color: 13393493.

HSL color Cylindrical-coordinate representation of color #555ECC: hue angle of 235.46º 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 #555ECC is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 94 204 -
CMYK 0.58 0.54 0 0.2
HSL 235.46º 0.54% 0.57% -
HSV(B) 235.46º 0.58% 0.8% -
XYZ 18.65 14.3 58.9 -
YUV 103.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 85 94 204 0.58 0.54 0 0.2 235.46 0.54 0.57
Hex 55 5E CC 3A 36 0 14 EB 36 39
Octal 125 136 314 72 66 0 24 353 66 71
Binary 1010101 1011110 11001100 111010 110110 0 10100 11101011 110110 111001

Color Harmonies of #555ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ECC

Black with #555ECC

Text Example


Text Example

White with #555ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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