#525773

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

Shades of East Bay #525773

Tints of East Bay #525773

Color information

#525773 (or 0x525773) is unknown color: approx East Bay. HEX triplet: 52, 57 and 73. RGB value is (82,87,115). Sum of RGB (Red+Green+Blue) = 82+87+115=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #525773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525773 is #ADA88C. Grayscale: #585858. Windows color (decimal): -11380877 or 7558994. OLE color: 7558994.

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

Color convert

RGB8287115-
CMYK0.290.2400.55
HSL230.91º16.75%38.63%-
HSV(B)230.91º28.7%45.1%-
XYZ9.989.8517.59-
YUV88.7142.84123.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=28.87%
G=30.63%
B=40.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82871150.290.2400.55230.9116.7538.63
Hex5257731D18037e71127
Octal12212716335300673472147
Binary101001010101111110011111011100001101111110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525773; }

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

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

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

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

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

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

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

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