#52576A

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

Shades of East Bay #52576A

Tints of East Bay #52576A

Color information

#52576A (or 0x52576A) is unknown color: approx East Bay. HEX triplet: 52, 57 and 6A. RGB value is (82,87,106). Sum of RGB (Red+Green+Blue) = 82+87+106=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #52576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52576A is #ADA895. Grayscale: #575757. Windows color (decimal): -11380886 or 6969170. OLE color: 6969170.

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

Color convert

RGB8287106-
CMYK0.230.1800.58
HSL227.5º12.77%36.86%-
HSV(B)227.5º22.64%41.57%-
XYZ9.499.6515-
YUV87.67138.34123.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=29.82%
G=31.64%
B=38.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82871060.230.1800.58227.512.7736.86
Hex52576A171203Ae4d25
Octal12212715227220723441545
Binary10100101010111110101010111100100111010111001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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