#525B6C

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

Shades of East Bay #525B6C

Tints of East Bay #525B6C

Color information

#525B6C (or 0x525B6C) is unknown color: approx East Bay. HEX triplet: 52, 5B and 6C. RGB value is (82,91,108). Sum of RGB (Red+Green+Blue) = 82+91+108=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #525B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B6C is #ADA493. Grayscale: #5A5A5A. Windows color (decimal): -11379860 or 7101266. OLE color: 7101266.

HSL color Cylindrical-coordinate representation of color #525B6C: hue angle of 219.23º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525B6C is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8291108-
CMYK0.240.1600.58
HSL219.23º13.68%37.25%-
HSV(B)219.23º24.07%42.35%-
XYZ9.9310.3615.66-
YUV90.25138.02122.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=29.18%
G=32.38%
B=38.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82911080.240.1600.58219.2313.6837.25
Hex525B6C181003Adbe25
Octal12213315430200723331645
Binary10100101011011110110011000100000111010110110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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