Html Css Color HEX #555A73 East Bay

📋 copy color: '#555A73'

red 85 ◦ green 90 ◦ blue 115

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

Shades of East Bay #555A73

Tints of East Bay #555A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 29.31%
G = 31.03%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555A73 (or 0x555A73) is known color: East Bay. HEX triplet: 55, 5A and 73. RGB value is (85,90,115). Sum of RGB (Red+Green+Blue) = 85+90+115=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #555A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A73 is #AAA58C. Grayscale: #5B5B5B. Windows color (decimal): -11183501 or 7559765. OLE color: 7559765.

HSL color Cylindrical-coordinate representation of color #555A73: hue angle of 230º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555A73 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 90 115 -
CMYK 0.26 0.22 0 0.55
HSL 230º 0.15% 0.39% -
HSV(B) 230º 0.26% 0.45% -
XYZ 10.5 10.48 17.69 -
YUV 91.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 85 90 115 0.26 0.22 0 0.55 230 0.15 0.39
Hex 55 5A 73 1A 16 0 37 E6 F 27
Octal 125 132 163 32 26 0 67 346 17 47
Binary 1010101 1011010 1110011 11010 10110 0 110111 11100110 1111 100111

Color Harmonies of #555A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A73

Black with #555A73

Text Example


Text Example

White with #555A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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