#525871

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

Shades of East Bay #525871

Tints of East Bay #525871

Color information

#525871 (or 0x525871) is unknown color: approx East Bay. HEX triplet: 52, 58 and 71. RGB value is (82,88,113). Sum of RGB (Red+Green+Blue) = 82+88+113=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #525871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525871 is #ADA78E. Grayscale: #585858. Windows color (decimal): -11380623 or 7428178. OLE color: 7428178.

HSL color Cylindrical-coordinate representation of color #525871: hue angle of 228.39º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525871 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8288113-
CMYK0.270.2200.56
HSL228.39º15.9%38.24%-
HSV(B)228.39º27.43%44.31%-
XYZ9.959.9717.02-
YUV89.06141.51122.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=28.98%
G=31.10%
B=39.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82881130.270.2200.56228.3915.938.24
Hex5258711B16038e41026
Octal12213016133260703442046
Binary101001010110001110001110111011001110001110010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525871; }

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

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

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

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

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

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

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

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