#52546C

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

Shades of East Bay #52546C

Tints of East Bay #52546C

Color information

#52546C (or 0x52546C) is unknown color: approx East Bay. HEX triplet: 52, 54 and 6C. RGB value is (82,84,108). Sum of RGB (Red+Green+Blue) = 82+84+108=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #52546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52546C is #ADAB93. Grayscale: #565656. Windows color (decimal): -11381652 or 7099474. OLE color: 7099474.

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

Color convert

RGB8284108-
CMYK0.240.2200.58
HSL235.38º13.68%37.25%-
HSV(B)235.38º24.07%42.35%-
XYZ9.369.2215.47-
YUV86.14140.34125.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=29.93%
G=30.66%
B=39.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82841080.240.2200.58235.3813.6837.25
Hex52546C181603Aebe25
Octal12212415430260723531645
Binary10100101010100110110011000101100111010111010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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