#52556A

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

Shades of East Bay #52556A

Tints of East Bay #52556A

Color information

#52556A (or 0x52556A) is unknown color: approx East Bay. HEX triplet: 52, 55 and 6A. RGB value is (82,85,106). Sum of RGB (Red+Green+Blue) = 82+85+106=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #52556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52556A is #ADAA95. Grayscale: #565656. Windows color (decimal): -11381398 or 6968658. OLE color: 6968658.

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

Color convert

RGB8285106-
CMYK0.230.2000.58
HSL232.5º12.77%36.86%-
HSV(B)232.5º22.64%41.57%-
XYZ9.339.3314.95-
YUV86.5139.01124.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=30.04%
G=31.14%
B=38.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82851060.230.2000.58232.512.7736.86
Hex52556A171403Ae8d25
Octal12212515227240723501545
Binary10100101010101110101010111101000111010111010001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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