#52596E

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

Shades of East Bay #52596E

Tints of East Bay #52596E

Color information

#52596E (or 0x52596E) is unknown color: approx East Bay. HEX triplet: 52, 59 and 6E. RGB value is (82,89,110). Sum of RGB (Red+Green+Blue) = 82+89+110=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #52596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52596E is #ADA691. Grayscale: #595959. Windows color (decimal): -11380370 or 7231826. OLE color: 7231826.

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

Color convert

RGB8289110-
CMYK0.250.1900.57
HSL225º14.58%37.65%-
HSV(B)225º25.45%43.14%-
XYZ9.8710.0616.17-
YUV89.3139.68122.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=29.18%
G=31.67%
B=39.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82891100.250.1900.5722514.5837.65
Hex52596E1913039e1f26
Octal12213115631230713411746
Binary10100101011001110111011001100110111001111000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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