#525571

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

Shades of East Bay #525571

Tints of East Bay #525571

Color information

#525571 (or 0x525571) is unknown color: approx East Bay. HEX triplet: 52, 55 and 71. RGB value is (82,85,113). Sum of RGB (Red+Green+Blue) = 82+85+113=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #525571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525571 is #ADAA8E. Grayscale: #575757. Windows color (decimal): -11381391 or 7427410. OLE color: 7427410.

HSL color Cylindrical-coordinate representation of color #525571: hue angle of 234.19º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525571 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8285113-
CMYK0.270.2500.56
HSL234.19º15.9%38.24%-
HSV(B)234.19º27.43%44.31%-
XYZ9.719.4816.94-
YUV87.3142.51124.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=29.29%
G=30.36%
B=40.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82851130.270.2500.56234.1915.938.24
Hex5255711B19038ea1026
Octal12212516133310703522046
Binary101001010101011110001110111100101110001110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525571; }

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

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

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

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

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

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

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

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