#525B6B

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

Shades of Bright Grey #525B6B

Tints of Bright Grey #525B6B

Color information

#525B6B (or 0x525B6B) is unknown color: approx Bright Grey. HEX triplet: 52, 5B and 6B. RGB value is (82,91,107). Sum of RGB (Red+Green+Blue) = 82+91+107=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #525B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B6B is #ADA494. Grayscale: #5A5A5A. Windows color (decimal): -11379861 or 7035730. OLE color: 7035730.

HSL color Cylindrical-coordinate representation of color #525B6B: hue angle of 218.4º 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 #525B6B is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8291107-
CMYK0.230.1500.58
HSL218.4º13.23%37.06%-
HSV(B)218.4º23.36%41.96%-
XYZ9.8710.3415.38-
YUV90.13137.52122.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=29.29%
G=32.5%
B=38.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82911070.230.1500.58218.413.2337.06
Hex525B6B17F03Adad25
Octal12213315327170723321545
Binary1010010101101111010111011111110111010110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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