#525671

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

Shades of East Bay #525671

Tints of East Bay #525671

Color information

#525671 (or 0x525671) is unknown color: approx East Bay. HEX triplet: 52, 56 and 71. RGB value is (82,86,113). Sum of RGB (Red+Green+Blue) = 82+86+113=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #525671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525671 is #ADA98E. Grayscale: #575757. Windows color (decimal): -11381135 or 7427666. OLE color: 7427666.

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

Color convert

RGB8286113-
CMYK0.270.2400.56
HSL232.26º15.9%38.24%-
HSV(B)232.26º27.43%44.31%-
XYZ9.799.6416.97-
YUV87.88142.17123.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=29.18%
G=30.60%
B=40.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82861130.270.2400.56232.2615.938.24
Hex5256711B18038e81026
Octal12212616133300703502046
Binary101001010101101110001110111100001110001110100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525671; }

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

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

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

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

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

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

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

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