#525968

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

Shades of Bright Grey #525968

Tints of Bright Grey #525968

Color information

#525968 (or 0x525968) is unknown color: approx Bright Grey. HEX triplet: 52, 59 and 68. RGB value is (82,89,104). Sum of RGB (Red+Green+Blue) = 82+89+104=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #525968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525968 is #ADA697. Grayscale: #585858. Windows color (decimal): -11380376 or 6838610. OLE color: 6838610.

HSL color Cylindrical-coordinate representation of color #525968: hue angle of 220.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #525968 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8289104-
CMYK0.210.1400.59
HSL220.91º11.83%36.47%-
HSV(B)220.91º21.15%40.78%-
XYZ9.559.9414.51-
YUV88.62136.68123.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=29.82%
G=32.36%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82891040.210.1400.59220.9111.8336.47
Hex52596815E03Bddc24
Octal12213115025160733351444
Binary1010010101100111010001010111100111011110111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525968; }

 p { color: rgb(82,89,104); }

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

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

 a { background-color: rgb(82,89,104); }

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

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

 span { border-color: rgb(82,89,104); }

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