Html Css Color HEX #53596C East Bay

📋 copy color: '#53596C'

red 83 ◦ green 89 ◦ blue 108

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

Shades of East Bay #53596C

Tints of East Bay #53596C

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 value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53596C (or 0x53596C) is known color: 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

RGB 83 89 108 -
CMYK 0.23 0.18 0 0.58
HSL 225.6º 0.13% 0.37% -
HSV(B) 225.6º 0.23% 0.42% -
XYZ 9.85 10.07 15.61 -
YUV 89.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 83 89 108 0.23 0.18 0 0.58 225.6 0.13 0.37
Hex 53 59 6C 17 12 0 3A E2 D 25
Octal 123 131 154 27 22 0 72 342 15 45
Binary 1010011 1011001 1101100 10111 10010 0 111010 11100010 1101 100101

Color Harmonies of #53596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53596C

Black with #53596C

Text Example


Text Example

White with #53596C

Text Example


Text Example

HTML Codes & Css Web 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>