#52596F

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

Shades of East Bay #52596F

Tints of East Bay #52596F

Color information

#52596F (or 0x52596F) is unknown color: approx East Bay. HEX triplet: 52, 59 and 6F. RGB value is (82,89,111). Sum of RGB (Red+Green+Blue) = 82+89+111=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #52596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52596F is #ADA690. Grayscale: #595959. Windows color (decimal): -11380369 or 7297362. OLE color: 7297362.

HSL color Cylindrical-coordinate representation of color #52596F: hue angle of 225.52º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52596F is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8289111-
CMYK0.260.2000.56
HSL225.52º15.03%37.84%-
HSV(B)225.52º26.13%43.53%-
XYZ9.9210.0916.46-
YUV89.42140.18122.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=29.08%
G=31.56%
B=39.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82891110.260.2000.56225.5215.0337.84
Hex52596F1A14038e2f26
Octal12213115732240703421746
Binary10100101011001110111111010101000111000111000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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