#525673

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

Shades of East Bay #525673

Tints of East Bay #525673

Color information

#525673 (or 0x525673) is unknown color: approx East Bay. HEX triplet: 52, 56 and 73. RGB value is (82,86,115). Sum of RGB (Red+Green+Blue) = 82+86+115=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #525673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525673 is #ADA98C. Grayscale: #575757. Windows color (decimal): -11381133 or 7558738. OLE color: 7558738.

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

Color convert

RGB8286115-
CMYK0.290.2500.55
HSL232.73º16.75%38.63%-
HSV(B)232.73º28.7%45.1%-
XYZ9.99.6917.57-
YUV88.11143.17123.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=28.98%
G=30.39%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82861150.290.2500.55232.7316.7538.63
Hex5256731D19037e91127
Octal12212616335310673512147
Binary101001010101101110011111011100101101111110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525673; }

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

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

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

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

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

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

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

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