#52586A

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

Shades of East Bay #52586A

Tints of East Bay #52586A

Color information

#52586A (or 0x52586A) is unknown color: approx East Bay. HEX triplet: 52, 58 and 6A. RGB value is (82,88,106). Sum of RGB (Red+Green+Blue) = 82+88+106=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #52586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52586A is #ADA795. Grayscale: #585858. Windows color (decimal): -11380630 or 6969426. OLE color: 6969426.

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

Color convert

RGB8288106-
CMYK0.230.1700.58
HSL225º12.77%36.86%-
HSV(B)225º22.64%41.57%-
XYZ9.579.8115.03-
YUV88.26138.01123.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=29.71%
G=31.88%
B=38.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82881060.230.1700.5822512.7736.86
Hex52586A171103Ae1d25
Octal12213015227210723411545
Binary10100101011000110101010111100010111010111000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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