Html Css Color HEX #555ACE Free Speech Blue

📋 copy color: '#555ACE'

red 85 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #555ACE

Tints of Free Speech Blue #555ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 22.31%
G = 23.62%
B = 54.07%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#555ACE (or 0x555ACE) is known color: Free Speech Blue. HEX triplet: 55, 5A and CE. RGB value is (85,90,206). Sum of RGB (Red+Green+Blue) = 85+90+206=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #555ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ACE is #AAA531. Grayscale: #656565. Windows color (decimal): -11183410 or 13523541. OLE color: 13523541.

HSL color Cylindrical-coordinate representation of color #555ACE: hue angle of 237.52º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555ACE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 90 206 -
CMYK 0.59 0.56 0 0.19
HSL 237.52º 0.55% 0.57% -
HSV(B) 237.52º 0.59% 0.81% -
XYZ 18.54 13.7 60.06 -
YUV 101.73 186.84 116.07 -
System Red Green Blue C M Y K H S L
Decimal 85 90 206 0.59 0.56 0 0.19 237.52 0.55 0.57
Hex 55 5A CE 3B 38 0 13 EE 37 39
Octal 125 132 316 73 70 0 23 356 67 71
Binary 1010101 1011010 11001110 111011 111000 0 10011 11101110 110111 111001

Color Harmonies of #555ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ACE

Black with #555ACE

Text Example


Text Example

White with #555ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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