Html Css Color HEX #55596E East Bay

📋 copy color: '#55596E'

red 85 ◦ green 89 ◦ blue 110

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

Shades of East Bay #55596E

Tints of East Bay #55596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 29.93%
G = 31.34%
B = 38.73%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55596E (or 0x55596E) is known color: East Bay. HEX triplet: 55, 59 and 6E. RGB value is (85,89,110). Sum of RGB (Red+Green+Blue) = 85+89+110=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #55596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55596E is #AAA691. Grayscale: #5A5A5A. Windows color (decimal): -11183762 or 7231829. OLE color: 7231829.

HSL color Cylindrical-coordinate representation of color #55596E: hue angle of 230.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55596E is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 89 110 -
CMYK 0.23 0.19 0 0.57
HSL 230.4º 0.13% 0.38% -
HSV(B) 230.4º 0.23% 0.43% -
XYZ 10.13 10.2 16.19 -
YUV 90.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 85 89 110 0.23 0.19 0 0.57 230.4 0.13 0.38
Hex 55 59 6E 17 13 0 39 E6 D 26
Octal 125 131 156 27 23 0 71 346 15 46
Binary 1010101 1011001 1101110 10111 10011 0 111001 11100110 1101 100110

Color Harmonies of #55596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55596E

Black with #55596E

Text Example


Text Example

White with #55596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55596E; }

 p { color: rgb(85,89,110); }

 H1.HeaderClassName
 {
   color: #55596E;
 }
 .AnyTagClassName
 {
   color: #55596E;
 }
</style>

background-color css

<style>
 a { background-color: #55596E; }

 a { background-color: rgb(85,89,110); }

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

border-color css

<style>
 span { border-color: #55596E; }

 span { border-color: rgb(85,89,110); }

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