#525A6F

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

Shades of East Bay #525A6F

Tints of East Bay #525A6F

Color information

#525A6F (or 0x525A6F) is unknown color: approx East Bay. HEX triplet: 52, 5A and 6F. RGB value is (82,90,111). Sum of RGB (Red+Green+Blue) = 82+90+111=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #525A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A6F is #ADA590. Grayscale: #595959. Windows color (decimal): -11380113 or 7297618. OLE color: 7297618.

HSL color Cylindrical-coordinate representation of color #525A6F: hue angle of 223.45º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525A6F is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8290111-
CMYK0.260.1900.56
HSL223.45º15.03%37.84%-
HSV(B)223.45º26.13%43.53%-
XYZ10.0110.2516.49-
YUV90139.85122.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=28.98%
G=31.80%
B=39.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82901110.260.1900.56223.4515.0337.84
Hex525A6F1A13038dff26
Octal12213215732230703371746
Binary10100101011010110111111010100110111000110111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,111); }

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

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

 a { background-color: rgb(82,90,111); }

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

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

 span { border-color: rgb(82,90,111); }

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