#585875

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

Shades of Comet #585875

Tints of Comet #585875

Color information

#585875 (or 0x585875) is unknown color: approx Comet. HEX triplet: 58, 58 and 75. RGB value is (88,88,117). Sum of RGB (Red+Green+Blue) = 88+88+117=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #585875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585875 is #A7A78A. Grayscale: #5B5B5B. Windows color (decimal): -10987403 or 7690328. OLE color: 7690328.

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

Color convert

RGB8888117-
CMYK0.250.2500.54
HSL240º14.15%40.2%-
HSV(B)240º24.79%45.88%-
XYZ10.7310.3418.26-
YUV91.31142.5125.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=30.03%
G=30.03%
B=39.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88881170.250.2500.5424014.1540.2
Hex5858751919036f0e28
Octal13013016531310663601650
Binary10110001011000111010111001110010110110111100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585875; }

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

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

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

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

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

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

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

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