Html Css Color HEX #52596C East Bay

📋 copy color: '#52596C'

red 82 ◦ green 89 ◦ blue 108

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

Shades of East Bay #52596C

Tints of East Bay #52596C

RGB

 RED value IS 82 (32.42% from 255) = 29.39%

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

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 29.39%
G = 31.9%
B = 38.71%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52596C (or 0x52596C) is known color: East Bay. HEX triplet: 52, 59 and 6C. RGB value is (82,89,108). Sum of RGB (Red+Green+Blue) = 82+89+108=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #52596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52596C is #ADA693. Grayscale: #585858. Windows color (decimal): -11380372 or 7100754. OLE color: 7100754.

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

Color convert

RGB 82 89 108 -
CMYK 0.24 0.18 0 0.58
HSL 223.85º 0.14% 0.37% -
HSV(B) 223.85º 0.24% 0.42% -
XYZ 9.76 10.02 15.61 -
YUV 89.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 82 89 108 0.24 0.18 0 0.58 223.85 0.14 0.37
Hex 52 59 6C 18 12 0 3A E0 E 25
Octal 122 131 154 30 22 0 72 340 16 45
Binary 1010010 1011001 1101100 11000 10010 0 111010 11100000 1110 100101

Color Harmonies of #52596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52596C

Black with #52596C

Text Example


Text Example

White with #52596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52596C;
 }
 .AnyTagClassName
 {
   color: #52596C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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