#525B6E

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

Shades of East Bay #525B6E

Tints of East Bay #525B6E

Color information

#525B6E (or 0x525B6E) is unknown color: approx East Bay. HEX triplet: 52, 5B and 6E. RGB value is (82,91,110). Sum of RGB (Red+Green+Blue) = 82+91+110=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #525B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B6E is #ADA491. Grayscale: #5A5A5A. Windows color (decimal): -11379858 or 7232338. OLE color: 7232338.

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

Color convert

RGB8291110-
CMYK0.250.1700.57
HSL220.71º14.58%37.65%-
HSV(B)220.71º25.45%43.14%-
XYZ10.0410.416.23-
YUV90.48139.02121.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=28.98%
G=32.16%
B=38.87%

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
Decimal82911100.250.1700.57220.7114.5837.65
Hex525B6E1911039ddf26
Octal12213315631210713351746
Binary10100101011011110111011001100010111001110111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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