#52587A

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

Shades of East Bay #52587A

Tints of East Bay #52587A

Color information

#52587A (or 0x52587A) is unknown color: approx East Bay. HEX triplet: 52, 58 and 7A. RGB value is (82,88,122). Sum of RGB (Red+Green+Blue) = 82+88+122=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #52587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52587A is #ADA785. Grayscale: #595959. Windows color (decimal): -11380614 or 8018002. OLE color: 8018002.

HSL color Cylindrical-coordinate representation of color #52587A: hue angle of 231º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52587A is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8288122-
CMYK0.330.2800.52
HSL231º19.61%40%-
HSV(B)231º32.79%47.84%-
XYZ10.4810.1819.82-
YUV90.08146.01122.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=28.08%
G=30.14%
B=41.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82881220.330.2800.5223119.6140
Hex52587A211C034e71428
Octal12213017241340643472450
Binary1010010101100011110101000011110001101001110011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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