#525B6D

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

Shades of East Bay #525B6D

Tints of East Bay #525B6D

Color information

#525B6D (or 0x525B6D) is unknown color: approx East Bay. HEX triplet: 52, 5B and 6D. RGB value is (82,91,109). Sum of RGB (Red+Green+Blue) = 82+91+109=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #525B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B6D is #ADA492. Grayscale: #5A5A5A. Windows color (decimal): -11379859 or 7166802. OLE color: 7166802.

HSL color Cylindrical-coordinate representation of color #525B6D: hue angle of 220º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525B6D is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8291109-
CMYK0.250.1700.57
HSL220º14.14%37.45%-
HSV(B)220º24.77%42.75%-
XYZ9.9810.3815.95-
YUV90.36138.52122.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=29.08%
G=32.27%
B=38.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82911090.250.1700.5722014.1437.45
Hex525B6D1911039dce25
Octal12213315531210713341645
Binary10100101011011110110111001100010111001110111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525B6D; }

 p { color: rgb(82,91,109); }

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

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

 a { background-color: rgb(82,91,109); }

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

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

 span { border-color: rgb(82,91,109); }

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