Html Css Color HEX #52596A East Bay

📋 copy color: '#52596A'

red 82 ◦ green 89 ◦ blue 106

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

Shades of East Bay #52596A

Tints of East Bay #52596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 29.6%
G = 32.13%
B = 38.27%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52596A (or 0x52596A) is known color: East Bay. HEX triplet: 52, 59 and 6A. RGB value is (82,89,106). Sum of RGB (Red+Green+Blue) = 82+89+106=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #52596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52596A is #ADA695. Grayscale: #585858. Windows color (decimal): -11380374 or 6969682. OLE color: 6969682.

HSL color Cylindrical-coordinate representation of color #52596A: hue angle of 222.5º 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 #52596A is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 89 106 -
CMYK 0.23 0.16 0 0.58
HSL 222.5º 0.13% 0.37% -
HSV(B) 222.5º 0.23% 0.42% -
XYZ 9.65 9.98 15.05 -
YUV 88.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 82 89 106 0.23 0.16 0 0.58 222.5 0.13 0.37
Hex 52 59 6A 17 10 0 3A DE D 25
Octal 122 131 152 27 20 0 72 336 15 45
Binary 1010010 1011001 1101010 10111 10000 0 111010 11011110 1101 100101

Color Harmonies of #52596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52596A

Black with #52596A

Text Example


Text Example

White with #52596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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