#52577A

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

Shades of East Bay #52577A

Tints of East Bay #52577A

Color information

#52577A (or 0x52577A) is unknown color: approx East Bay. HEX triplet: 52, 57 and 7A. RGB value is (82,87,122). Sum of RGB (Red+Green+Blue) = 82+87+122=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #52577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52577A is #ADA885. Grayscale: #595959. Windows color (decimal): -11380870 or 8017746. OLE color: 8017746.

HSL color Cylindrical-coordinate representation of color #52577A: hue angle of 232.5º 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 #52577A is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8287122-
CMYK0.330.2900.52
HSL232.5º19.61%40%-
HSV(B)232.5º32.79%47.84%-
XYZ10.410.0219.8-
YUV89.49146.34122.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=28.18%
G=29.90%
B=41.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82871220.330.2900.52232.519.6140
Hex52577A211D034e81428
Octal12212717241350643502450
Binary1010010101011111110101000011110101101001110100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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