Html Css Color HEX #555A72 East Bay

📋 copy color: '#555A72'

red 85 ◦ green 90 ◦ blue 114

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

Shades of East Bay #555A72

Tints of East Bay #555A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 29.41%
G = 31.14%
B = 39.45%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555A72 (or 0x555A72) is known color: East Bay. HEX triplet: 55, 5A and 72. RGB value is (85,90,114). Sum of RGB (Red+Green+Blue) = 85+90+114=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #555A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A72 is #AAA58D. Grayscale: #5B5B5B. Windows color (decimal): -11183502 or 7494229. OLE color: 7494229.

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

Color convert

RGB 85 90 114 -
CMYK 0.25 0.21 0 0.55
HSL 229.66º 0.15% 0.39% -
HSV(B) 229.66º 0.25% 0.45% -
XYZ 10.44 10.46 17.39 -
YUV 91.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 85 90 114 0.25 0.21 0 0.55 229.66 0.15 0.39
Hex 55 5A 72 19 15 0 37 E6 F 27
Octal 125 132 162 31 25 0 67 346 17 47
Binary 1010101 1011010 1110010 11001 10101 0 110111 11100110 1111 100111

Color Harmonies of #555A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A72

Black with #555A72

Text Example


Text Example

White with #555A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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