Html Css Color HEX #555A76 East Bay

📋 copy color: '#555A76'

red 85 ◦ green 90 ◦ blue 118

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

Shades of East Bay #555A76

Tints of East Bay #555A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.27%

R = 29.01%
G = 30.72%
B = 40.27%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555A76 (or 0x555A76) is known color: East Bay. HEX triplet: 55, 5A and 76. RGB value is (85,90,118). Sum of RGB (Red+Green+Blue) = 85+90+118=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #555A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A76 is #AAA589. Grayscale: #5B5B5B. Windows color (decimal): -11183498 or 7756373. OLE color: 7756373.

HSL color Cylindrical-coordinate representation of color #555A76: hue angle of 230.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555A76 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 90 118 -
CMYK 0.28 0.24 0 0.54
HSL 230.91º 0.16% 0.4% -
HSV(B) 230.91º 0.28% 0.46% -
XYZ 10.67 10.55 18.61 -
YUV 91.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 85 90 118 0.28 0.24 0 0.54 230.91 0.16 0.4
Hex 55 5A 76 1C 18 0 36 E7 10 28
Octal 125 132 166 34 30 0 66 347 20 50
Binary 1010101 1011010 1110110 11100 11000 0 110110 11100111 10000 101000

Color Harmonies of #555A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A76

Black with #555A76

Text Example


Text Example

White with #555A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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