#525A73

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

Shades of East Bay #525A73

Tints of East Bay #525A73

Color information

#525A73 (or 0x525A73) is unknown color: approx East Bay. HEX triplet: 52, 5A and 73. RGB value is (82,90,115). Sum of RGB (Red+Green+Blue) = 82+90+115=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #525A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A73 is #ADA58C. Grayscale: #5A5A5A. Windows color (decimal): -11380109 or 7559762. OLE color: 7559762.

HSL color Cylindrical-coordinate representation of color #525A73: hue angle of 225.45º 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 #525A73 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8290115-
CMYK0.290.2200.55
HSL225.45º16.75%38.63%-
HSV(B)225.45º28.7%45.1%-
XYZ10.2310.3417.68-
YUV90.46141.85121.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=28.57%
G=31.36%
B=40.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82901150.290.2200.55225.4516.7538.63
Hex525A731D16037e11127
Octal12213216335260673412147
Binary101001010110101110011111011011001101111110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A73; }

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

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

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

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

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

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

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

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