#525B69

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

Shades of Bright Grey #525B69

Tints of Bright Grey #525B69

Color information

#525B69 (or 0x525B69) is unknown color: approx Bright Grey. HEX triplet: 52, 5B and 69. RGB value is (82,91,105). Sum of RGB (Red+Green+Blue) = 82+91+105=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #525B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B69 is #ADA496. Grayscale: #595959. Windows color (decimal): -11379863 or 6904658. OLE color: 6904658.

HSL color Cylindrical-coordinate representation of color #525B69: hue angle of 216.52º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525B69 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8291105-
CMYK0.220.1300.59
HSL216.52º12.3%36.67%-
HSV(B)216.52º21.9%41.18%-
XYZ9.7710.314.84-
YUV89.9136.52122.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=29.50%
G=32.73%
B=37.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82911050.220.1300.59216.5212.336.67
Hex525B6916D03Bd9c25
Octal12213315126150733311445
Binary1010010101101111010011011011010111011110110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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