#52566E

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

Shades of East Bay #52566E

Tints of East Bay #52566E

Color information

#52566E (or 0x52566E) is unknown color: approx East Bay. HEX triplet: 52, 56 and 6E. RGB value is (82,86,110). Sum of RGB (Red+Green+Blue) = 82+86+110=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #52566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52566E is #ADA991. Grayscale: #575757. Windows color (decimal): -11381138 or 7231058. OLE color: 7231058.

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

Color convert

RGB8286110-
CMYK0.250.2200.57
HSL231.43º14.58%37.65%-
HSV(B)231.43º25.45%43.14%-
XYZ9.629.5816.09-
YUV87.54140.67124.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=29.50%
G=30.94%
B=39.57%

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
Decimal82861100.250.2200.57231.4314.5837.65
Hex52566E1916039e7f26
Octal12212615631260713471746
Binary10100101010110110111011001101100111001111001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52566E; }

 p { color: rgb(82,86,110); }

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

<style>
 a { background-color: #52566E; }

 a { background-color: rgb(82,86,110); }

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

<style>
 span { border-color: #52566E; }

 span { border-color: rgb(82,86,110); }

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