#52586E

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

Shades of East Bay #52586E

Tints of East Bay #52586E

Color information

#52586E (or 0x52586E) is unknown color: approx East Bay. HEX triplet: 52, 58 and 6E. RGB value is (82,88,110). Sum of RGB (Red+Green+Blue) = 82+88+110=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #52586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52586E is #ADA791. Grayscale: #585858. Windows color (decimal): -11380626 or 7231570. OLE color: 7231570.

HSL color Cylindrical-coordinate representation of color #52586E: hue angle of 227.14º 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 #52586E is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8288110-
CMYK0.250.200.57
HSL227.14º14.58%37.65%-
HSV(B)227.14º25.45%43.14%-
XYZ9.789.916.15-
YUV88.71140.01123.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=29.29%
G=31.43%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82881100.250.200.57227.1414.5837.65
Hex52586E1914039e3f26
Octal12213015631240713431746
Binary10100101011000110111011001101000111001111000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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