#525575

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

Shades of East Bay #525575

Tints of East Bay #525575

Color information

#525575 (or 0x525575) is unknown color: approx East Bay. HEX triplet: 52, 55 and 75. RGB value is (82,85,117). Sum of RGB (Red+Green+Blue) = 82+85+117=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #525575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525575 is #ADAA8A. Grayscale: #575757. Windows color (decimal): -11381387 or 7689554. OLE color: 7689554.

HSL color Cylindrical-coordinate representation of color #525575: hue angle of 234.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525575 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8285117-
CMYK0.300.2700.54
HSL234.86º17.59%39.02%-
HSV(B)234.86º29.91%45.88%-
XYZ9.949.5818.15-
YUV87.75144.51123.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=28.87%
G=29.93%
B=41.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82851170.300.2700.54234.8617.5939.02
Hex5255751E1B036eb1227
Octal12212516536330663532247
Binary101001010101011110101111101101101101101110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525575; }

 p { color: rgb(82,85,117); }

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

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

 a { background-color: rgb(82,85,117); }

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

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

 span { border-color: rgb(82,85,117); }

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