#525970

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

Shades of East Bay #525970

Tints of East Bay #525970

Color information

#525970 (or 0x525970) is unknown color: approx East Bay. HEX triplet: 52, 59 and 70. RGB value is (82,89,112). Sum of RGB (Red+Green+Blue) = 82+89+112=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #525970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525970 is #ADA68F. Grayscale: #595959. Windows color (decimal): -11380368 or 7362898. OLE color: 7362898.

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

Color convert

RGB8289112-
CMYK0.270.2100.56
HSL226º15.46%38.04%-
HSV(B)226º26.79%43.92%-
XYZ9.9810.1116.75-
YUV89.53140.68122.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=28.98%
G=31.45%
B=39.58%

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
Decimal82891120.270.2100.5622615.4638.04
Hex5259701B15038e2f26
Octal12213116033250703421746
Binary10100101011001111000011011101010111000111000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525970; }

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

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

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

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

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

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

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

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