Html Css Color HEX #555B76 East Bay

📋 copy color: '#555B76'

red 85 ◦ green 91 ◦ blue 118

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

Shades of East Bay #555B76

Tints of East Bay #555B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

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

R = 28.91%
G = 30.95%
B = 40.14%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555B76 (or 0x555B76) is known color: East Bay. HEX triplet: 55, 5B and 76. RGB value is (85,91,118). Sum of RGB (Red+Green+Blue) = 85+91+118=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #555B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B76 is #AAA489. Grayscale: #5C5C5C. Windows color (decimal): -11183242 or 7756629. OLE color: 7756629.

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

Color convert

RGB 85 91 118 -
CMYK 0.28 0.23 0 0.54
HSL 229.09º 0.16% 0.4% -
HSV(B) 229.09º 0.28% 0.46% -
XYZ 10.76 10.72 18.64 -
YUV 92.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 85 91 118 0.28 0.23 0 0.54 229.09 0.16 0.4
Hex 55 5B 76 1C 17 0 36 E5 10 28
Octal 125 133 166 34 27 0 66 345 20 50
Binary 1010101 1011011 1110110 11100 10111 0 110110 11100101 10000 101000

Color Harmonies of #555B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B76

Black with #555B76

Text Example


Text Example

White with #555B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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