#525873

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

Shades of East Bay #525873

Tints of East Bay #525873

Color information

#525873 (or 0x525873) is unknown color: approx East Bay. HEX triplet: 52, 58 and 73. RGB value is (82,88,115). Sum of RGB (Red+Green+Blue) = 82+88+115=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #525873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525873 is #ADA78C. Grayscale: #595959. Windows color (decimal): -11380621 or 7559250. OLE color: 7559250.

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

Color convert

RGB8288115-
CMYK0.290.2300.55
HSL229.09º16.75%38.63%-
HSV(B)229.09º28.7%45.1%-
XYZ10.0610.0117.62-
YUV89.28142.51122.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=28.77%
G=30.88%
B=40.35%

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
Decimal82881150.290.2300.55229.0916.7538.63
Hex5258731D17037e51127
Octal12213016335270673452147
Binary101001010110001110011111011011101101111110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525873; }

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

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

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

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

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

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

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

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