#575968

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

Shades of Bright Grey #575968

Tints of Bright Grey #575968

Color information

#575968 (or 0x575968) is unknown color: approx Bright Grey. HEX triplet: 57, 59 and 68. RGB value is (87,89,104). Sum of RGB (Red+Green+Blue) = 87+89+104=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #575968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575968 is #A8A697. Grayscale: #5A5A5A. Windows color (decimal): -11052696 or 6838615. OLE color: 6838615.

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

Color convert

RGB8789104-
CMYK0.160.1400.59
HSL232.94º8.9%37.45%-
HSV(B)232.94º16.35%40.78%-
XYZ1010.1714.53-
YUV90.11135.84125.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=31.07%
G=31.79%
B=37.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87891040.160.1400.59232.948.937.45
Hex57596810E03Be9925
Octal12713115020160733511145
Binary1010111101100111010001000011100111011111010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575968; }

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

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

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

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

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

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

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

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