#52536C

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

Shades of East Bay #52536C

Tints of East Bay #52536C

Color information

#52536C (or 0x52536C) is unknown color: approx East Bay. HEX triplet: 52, 53 and 6C. RGB value is (82,83,108). Sum of RGB (Red+Green+Blue) = 82+83+108=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #52536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536C is #ADAC93. Grayscale: #555555. Windows color (decimal): -11381908 or 7099218. OLE color: 7099218.

HSL color Cylindrical-coordinate representation of color #52536C: hue angle of 237.69º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52536C is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8283108-
CMYK0.240.2300.58
HSL237.69º13.68%37.25%-
HSV(B)237.69º24.07%42.35%-
XYZ9.289.0615.45-
YUV85.55140.67125.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=30.04%
G=30.40%
B=39.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82831080.240.2300.58237.6913.6837.25
Hex52536C181703Aeee25
Octal12212315430270723561645
Binary10100101010011110110011000101110111010111011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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