#53596C

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

Shades of East Bay #53596C

Tints of East Bay #53596C

Color information

#53596C (or 0x53596C) is unknown color: approx East Bay. HEX triplet: 53, 59 and 6C. RGB value is (83,89,108). Sum of RGB (Red+Green+Blue) = 83+89+108=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #53596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53596C is #ACA693. Grayscale: #595959. Windows color (decimal): -11314836 or 7100755. OLE color: 7100755.

HSL color Cylindrical-coordinate representation of color #53596C: hue angle of 225.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53596C is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8389108-
CMYK0.230.1800.58
HSL225.6º13.09%37.45%-
HSV(B)225.6º23.15%42.35%-
XYZ9.8510.0715.61-
YUV89.37138.51123.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=29.64%
G=31.79%
B=38.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83891080.230.1800.58225.613.0937.45
Hex53596C171203Ae2d25
Octal12313115427220723421545
Binary10100111011001110110010111100100111010111000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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