#52556D

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

Shades of East Bay #52556D

Tints of East Bay #52556D

Color information

#52556D (or 0x52556D) is unknown color: approx East Bay. HEX triplet: 52, 55 and 6D. RGB value is (82,85,109). Sum of RGB (Red+Green+Blue) = 82+85+109=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #52556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52556D is #ADAA92. Grayscale: #565656. Windows color (decimal): -11381395 or 7165266. OLE color: 7165266.

HSL color Cylindrical-coordinate representation of color #52556D: hue angle of 233.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52556D is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8285109-
CMYK0.250.2200.57
HSL233.33º14.14%37.45%-
HSV(B)233.33º24.77%42.75%-
XYZ9.499.3915.78-
YUV86.84140.51124.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=29.71%
G=30.80%
B=39.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82851090.250.2200.57233.3314.1437.45
Hex52556D1916039e9e25
Octal12212515531260713511645
Binary10100101010101110110111001101100111001111010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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