#585869

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

Shades of Comet #585869

Tints of Comet #585869

Color information

#585869 (or 0x585869) is unknown color: approx Comet. HEX triplet: 58, 58 and 69. RGB value is (88,88,105). Sum of RGB (Red+Green+Blue) = 88+88+105=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #585869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585869 is #A7A796. Grayscale: #595959. Windows color (decimal): -10987415 or 6903896. OLE color: 6903896.

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

Color convert

RGB8888105-
CMYK0.160.1600.59
HSL240º8.81%37.84%-
HSV(B)240º16.19%41.18%-
XYZ10.0610.0714.78-
YUV89.94136.5126.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=31.32%
G=31.32%
B=37.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88881050.160.1600.592408.8137.84
Hex585869101003Bf0926
Octal13013015120200733601146
Binary10110001011000110100110000100000111011111100001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585869; }

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

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

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

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

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

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

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

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