Html Css Color HEX #55596D East Bay

📋 copy color: '#55596D'

red 85 ◦ green 89 ◦ blue 109

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

Shades of East Bay #55596D

Tints of East Bay #55596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 30.04%
G = 31.45%
B = 38.52%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55596D (or 0x55596D) is known color: East Bay. HEX triplet: 55, 59 and 6D. RGB value is (85,89,109). Sum of RGB (Red+Green+Blue) = 85+89+109=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #55596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55596D is #AAA692. Grayscale: #595959. Windows color (decimal): -11183763 or 7166293. OLE color: 7166293.

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

Color convert

RGB 85 89 109 -
CMYK 0.22 0.18 0 0.57
HSL 230º 0.12% 0.38% -
HSV(B) 230º 0.22% 0.43% -
XYZ 10.08 10.18 15.9 -
YUV 90.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 85 89 109 0.22 0.18 0 0.57 230 0.12 0.38
Hex 55 59 6D 16 12 0 39 E6 C 26
Octal 125 131 155 26 22 0 71 346 14 46
Binary 1010101 1011001 1101101 10110 10010 0 111001 11100110 1100 100110

Color Harmonies of #55596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55596D

Black with #55596D

Text Example


Text Example

White with #55596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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