#52536A

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

Shades of East Bay #52536A

Tints of East Bay #52536A

Color information

#52536A (or 0x52536A) is unknown color: approx East Bay. HEX triplet: 52, 53 and 6A. RGB value is (82,83,106). Sum of RGB (Red+Green+Blue) = 82+83+106=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #52536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536A is #ADAC95. Grayscale: #555555. Windows color (decimal): -11381910 or 6968146. OLE color: 6968146.

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

Color convert

RGB8283106-
CMYK0.230.2200.58
HSL237.5º12.77%36.86%-
HSV(B)237.5º22.64%41.57%-
XYZ9.179.0214.89-
YUV85.32139.67125.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=30.26%
G=30.63%
B=39.11%

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
Decimal82831060.230.2200.58237.512.7736.86
Hex52536A171603Aeed25
Octal12212315227260723561545
Binary10100101010011110101010111101100111010111011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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