#575863

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

Shades of Bright Grey #575863

Tints of Bright Grey #575863

Color information

#575863 (or 0x575863) is unknown color: approx Bright Grey. HEX triplet: 57, 58 and 63. RGB value is (87,88,99). Sum of RGB (Red+Green+Blue) = 87+88+99=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #575863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575863 is #A8A79C. Grayscale: #585858. Windows color (decimal): -11052957 or 6510679. OLE color: 6510679.

HSL color Cylindrical-coordinate representation of color #575863: hue angle of 235º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575863 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB878899-
CMYK0.120.1100.61
HSL235º6.45%36.47%-
HSV(B)235º12.12%38.82%-
XYZ9.679.9113.21-
YUV88.96133.67126.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=31.75%
G=32.12%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8788990.120.1100.612356.4536.47
Hex575863CB03Deb624
Octal1271301431413075353644
Binary10101111011000110001111001011011110111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575863; }

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

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

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

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

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

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

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

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