#575861

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

Shades of Bright Grey #575861

Tints of Bright Grey #575861

Color information

#575861 (or 0x575861) is unknown color: approx Bright Grey. HEX triplet: 57, 58 and 61. RGB value is (87,88,97). Sum of RGB (Red+Green+Blue) = 87+88+97=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 97 - color contains mainly: blue. Hex color #575861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575861 is #A8A79E. Grayscale: #585858. Windows color (decimal): -11052959 or 6379607. OLE color: 6379607.

HSL color Cylindrical-coordinate representation of color #575861: hue angle of 234º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575861 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878897-
CMYK0.100.0900.62
HSL234º5.43%36.08%-
HSV(B)234º10.31%38.04%-
XYZ9.589.8712.71-
YUV88.73132.67126.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=31.99%
G=32.35%
B=35.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8788970.100.0900.622345.4336.08
Hex575861A903Eea524
Octal1271301411211076352544
Binary10101111011000110000110101001011111011101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575861; }

 p { color: rgb(87,88,97); }

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

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

 a { background-color: rgb(87,88,97); }

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

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

 span { border-color: rgb(87,88,97); }

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