#585865

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

Shades of Comet #585865

Tints of Comet #585865

Color information

#585865 (or 0x585865) is unknown color: approx Comet. HEX triplet: 58, 58 and 65. RGB value is (88,88,101). Sum of RGB (Red+Green+Blue) = 88+88+101=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #585865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585865 is #A7A79A. Grayscale: #595959. Windows color (decimal): -10987419 or 6641752. OLE color: 6641752.

HSL color Cylindrical-coordinate representation of color #585865: hue angle of 240º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #585865 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8888101-
CMYK0.130.1300.60
HSL240º6.88%37.06%-
HSV(B)240º12.87%39.61%-
XYZ9.869.9913.72-
YUV89.48134.5126.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=31.77%
G=31.77%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88881010.130.1300.602406.8837.06
Hex585865DD03Cf0725
Octal1301301451515074360745
Binary10110001011000110010111011101011110011110000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585865; }

 p { color: rgb(88,88,101); }

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

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

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

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

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

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

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