#52536B

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

Shades of East Bay #52536B

Tints of East Bay #52536B

Color information

#52536B (or 0x52536B) is unknown color: approx East Bay. HEX triplet: 52, 53 and 6B. RGB value is (82,83,107). Sum of RGB (Red+Green+Blue) = 82+83+107=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #52536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536B is #ADAC94. Grayscale: #555555. Windows color (decimal): -11381909 or 7033682. OLE color: 7033682.

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

Color convert

RGB8283107-
CMYK0.230.2200.58
HSL237.6º13.23%37.06%-
HSV(B)237.6º23.36%41.96%-
XYZ9.239.0415.17-
YUV85.44140.17125.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=30.15%
G=30.51%
B=39.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82831070.230.2200.58237.613.2337.06
Hex52536B171603Aeed25
Octal12212315327260723561545
Binary10100101010011110101110111101100111010111011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52536B; }

 p { color: rgb(82,83,107); }

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

<style>
 a { background-color: #52536B; }

 a { background-color: rgb(82,83,107); }

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

<style>
 span { border-color: #52536B; }

 span { border-color: rgb(82,83,107); }

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