Html Css Color HEX #52596D East Bay

📋 copy color: '#52596D'

red 82 ◦ green 89 ◦ blue 109

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

Shades of East Bay #52596D

Tints of East Bay #52596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.93%

R = 29.29%
G = 31.79%
B = 38.93%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52596D (or 0x52596D) is known color: East Bay. HEX triplet: 52, 59 and 6D. RGB value is (82,89,109). Sum of RGB (Red+Green+Blue) = 82+89+109=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #52596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52596D is #ADA692. Grayscale: #595959. Windows color (decimal): -11380371 or 7166290. OLE color: 7166290.

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

Color convert

RGB 82 89 109 -
CMYK 0.25 0.18 0 0.57
HSL 224.44º 0.14% 0.37% -
HSV(B) 224.44º 0.25% 0.43% -
XYZ 9.81 10.04 15.89 -
YUV 89.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 82 89 109 0.25 0.18 0 0.57 224.44 0.14 0.37
Hex 52 59 6D 19 12 0 39 E0 E 25
Octal 122 131 155 31 22 0 71 340 16 45
Binary 1010010 1011001 1101101 11001 10010 0 111001 11100000 1110 100101

Color Harmonies of #52596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52596D

Black with #52596D

Text Example


Text Example

White with #52596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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