Html Css Color HEX #555A74 East Bay

📋 copy color: '#555A74'

red 85 ◦ green 90 ◦ blue 116

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

Shades of East Bay #555A74

Tints of East Bay #555A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 29.21%
G = 30.93%
B = 39.86%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555A74 (or 0x555A74) is known color: East Bay. HEX triplet: 55, 5A and 74. RGB value is (85,90,116). Sum of RGB (Red+Green+Blue) = 85+90+116=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #555A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A74 is #AAA58B. Grayscale: #5B5B5B. Windows color (decimal): -11183500 or 7625301. OLE color: 7625301.

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

Color convert

RGB 85 90 116 -
CMYK 0.27 0.22 0 0.55
HSL 230.32º 0.15% 0.39% -
HSV(B) 230.32º 0.27% 0.45% -
XYZ 10.55 10.5 17.99 -
YUV 91.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 85 90 116 0.27 0.22 0 0.55 230.32 0.15 0.39
Hex 55 5A 74 1B 16 0 37 E6 F 27
Octal 125 132 164 33 26 0 67 346 17 47
Binary 1010101 1011010 1110100 11011 10110 0 110111 11100110 1111 100111

Color Harmonies of #555A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A74

Black with #555A74

Text Example


Text Example

White with #555A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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