#52556C

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

Shades of East Bay #52556C

Tints of East Bay #52556C

Color information

#52556C (or 0x52556C) is unknown color: approx East Bay. HEX triplet: 52, 55 and 6C. RGB value is (82,85,108). Sum of RGB (Red+Green+Blue) = 82+85+108=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #52556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52556C is #ADAA93. Grayscale: #565656. Windows color (decimal): -11381396 or 7099730. OLE color: 7099730.

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

Color convert

RGB8285108-
CMYK0.240.2100.58
HSL233.08º13.68%37.25%-
HSV(B)233.08º24.07%42.35%-
XYZ9.439.3715.5-
YUV86.72140.01124.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=29.82%
G=30.91%
B=39.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82851080.240.2100.58233.0813.6837.25
Hex52556C181503Ae9e25
Octal12212515430250723511645
Binary10100101010101110110011000101010111010111010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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