#525973

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

Shades of East Bay #525973

Tints of East Bay #525973

Color information

#525973 (or 0x525973) is unknown color: approx East Bay. HEX triplet: 52, 59 and 73. RGB value is (82,89,115). Sum of RGB (Red+Green+Blue) = 82+89+115=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #525973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525973 is #ADA68C. Grayscale: #595959. Windows color (decimal): -11380365 or 7559506. OLE color: 7559506.

HSL color Cylindrical-coordinate representation of color #525973: hue angle of 227.27º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525973 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8289115-
CMYK0.290.2300.55
HSL227.27º16.75%38.63%-
HSV(B)227.27º28.7%45.1%-
XYZ10.1510.1817.65-
YUV89.87142.18122.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=28.67%
G=31.12%
B=40.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82891150.290.2300.55227.2716.7538.63
Hex5259731D17037e31127
Octal12213116335270673432147
Binary101001010110011110011111011011101101111110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525973; }

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

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

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

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

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

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

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

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