#525573

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

Shades of East Bay #525573

Tints of East Bay #525573

Color information

#525573 (or 0x525573) is unknown color: approx East Bay. HEX triplet: 52, 55 and 73. RGB value is (82,85,115). Sum of RGB (Red+Green+Blue) = 82+85+115=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #525573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525573 is #ADAA8C. Grayscale: #575757. Windows color (decimal): -11381389 or 7558482. OLE color: 7558482.

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

Color convert

RGB8285115-
CMYK0.290.2600.55
HSL234.55º16.75%38.63%-
HSV(B)234.55º28.7%45.1%-
XYZ9.829.5317.54-
YUV87.52143.51124.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=29.08%
G=30.14%
B=40.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82851150.290.2600.55234.5516.7538.63
Hex5255731D1A037eb1127
Octal12212516335320673532147
Binary101001010101011110011111011101001101111110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525573; }

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

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

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

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

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

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

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

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