#585975

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

Shades of Comet #585975

Tints of Comet #585975

Color information

#585975 (or 0x585975) is unknown color: approx Comet. HEX triplet: 58, 59 and 75. RGB value is (88,89,117). Sum of RGB (Red+Green+Blue) = 88+89+117=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #585975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585975 is #A7A68A. Grayscale: #5B5B5B. Windows color (decimal): -10987147 or 7690584. OLE color: 7690584.

HSL color Cylindrical-coordinate representation of color #585975: hue angle of 237.93º 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 #585975 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8889117-
CMYK0.250.2400.54
HSL237.93º14.15%40.2%-
HSV(B)237.93º24.79%45.88%-
XYZ10.8110.518.29-
YUV91.89142.17125.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=29.93%
G=30.27%
B=39.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88891170.250.2400.54237.9314.1540.2
Hex5859751918036eee28
Octal13013116531300663561650
Binary10110001011001111010111001110000110110111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585975; }

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

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

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

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

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

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

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

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