#525D6B

Color #525D6B Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #525D6B

Tints of Bright Grey #525D6B

Color information

#525D6B (or 0x525D6B) is unknown color: approx Bright Grey. HEX triplet: 52, 5D and 6B. RGB value is (82,93,107). Sum of RGB (Red+Green+Blue) = 82+93+107=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #525D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D6B is #ADA294. Grayscale: #5B5B5B. Windows color (decimal): -11379349 or 7036242. OLE color: 7036242.

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

Color convert

RGB8293107-
CMYK0.230.1300.58
HSL213.6º13.23%37.06%-
HSV(B)213.6º23.36%41.96%-
XYZ10.0510.6815.44-
YUV91.31136.86121.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=29.08%
G=32.98%
B=37.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82931070.230.1300.58213.613.2337.06
Hex525D6B17D03Ad6d25
Octal12213515327150723261545
Binary1010010101110111010111011111010111010110101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,93,107); }

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

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

 a { background-color: rgb(82,93,107); }

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

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

 span { border-color: rgb(82,93,107); }

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