#53596D

Color #53596D East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #53596D

Tints of East Bay #53596D

Color information

#53596D (or 0x53596D) is unknown color: approx East Bay. HEX triplet: 53, 59 and 6D. RGB value is (83,89,109). Sum of RGB (Red+Green+Blue) = 83+89+109=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #53596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53596D is #ACA692. Grayscale: #595959. Windows color (decimal): -11314835 or 7166291. OLE color: 7166291.

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

Color convert

RGB8389109-
CMYK0.240.1800.57
HSL226.15º13.54%37.65%-
HSV(B)226.15º23.85%42.75%-
XYZ9.910.0915.89-
YUV89.49139.01123.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=29.54%
G=31.67%
B=38.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83891090.240.1800.57226.1513.5437.65
Hex53596D1812039e2e26
Octal12313115530220713421646
Binary10100111011001110110111000100100111001111000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53596D;
 }
 .AnyTagClassName
 {
   color: #53596D;
 }
</style>
background-color css

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

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

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

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

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

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