Html Css Color HEX #555ACC Free Speech Blue

📋 copy color: '#555ACC'

red 85 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Blue #555ACC

Tints of Free Speech Blue #555ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 22.43%
G = 23.75%
B = 53.83%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#555ACC (or 0x555ACC) is known color: Free Speech Blue. HEX triplet: 55, 5A and CC. RGB value is (85,90,204). Sum of RGB (Red+Green+Blue) = 85+90+204=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #555ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ACC is #AAA533. Grayscale: #656565. Windows color (decimal): -11183412 or 13392469. OLE color: 13392469.

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

Color convert

RGB 85 90 204 -
CMYK 0.58 0.56 0 0.2
HSL 237.48º 0.54% 0.57% -
HSV(B) 237.48º 0.58% 0.8% -
XYZ 18.3 13.6 58.79 -
YUV 101.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 85 90 204 0.58 0.56 0 0.2 237.48 0.54 0.57
Hex 55 5A CC 3A 38 0 14 ED 36 39
Octal 125 132 314 72 70 0 24 355 66 71
Binary 1010101 1011010 11001100 111010 111000 0 10100 11101101 110110 111001

Color Harmonies of #555ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ACC

Black with #555ACC

Text Example


Text Example

White with #555ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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