#525971

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

Shades of East Bay #525971

Tints of East Bay #525971

Color information

#525971 (or 0x525971) is unknown color: approx East Bay. HEX triplet: 52, 59 and 71. RGB value is (82,89,113). Sum of RGB (Red+Green+Blue) = 82+89+113=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #525971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525971 is #ADA68E. Grayscale: #595959. Windows color (decimal): -11380367 or 7428434. OLE color: 7428434.

HSL color Cylindrical-coordinate representation of color #525971: hue angle of 226.45º 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 #525971 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8289113-
CMYK0.270.2100.56
HSL226.45º15.9%38.24%-
HSV(B)226.45º27.43%44.31%-
XYZ10.0310.1317.05-
YUV89.64141.18122.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=28.87%
G=31.34%
B=39.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82891130.270.2100.56226.4515.938.24
Hex5259711B15038e21026
Octal12213116133250703422046
Binary101001010110011110001110111010101110001110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525971; }

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

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

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

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

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

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

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

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