#585974

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

Shades of Comet #585974

Tints of Comet #585974

Color information

#585974 (or 0x585974) is unknown color: approx Comet. HEX triplet: 58, 59 and 74. RGB value is (88,89,116). Sum of RGB (Red+Green+Blue) = 88+89+116=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #585974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585974 is #A7A68B. Grayscale: #5B5B5B. Windows color (decimal): -10987148 or 7625048. OLE color: 7625048.

HSL color Cylindrical-coordinate representation of color #585974: hue angle of 237.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #585974 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8889116-
CMYK0.240.2300.55
HSL237.86º13.73%40%-
HSV(B)237.86º24.14%45.49%-
XYZ10.7510.4817.98-
YUV91.78141.67125.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=30.03%
G=30.38%
B=39.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88891160.240.2300.55237.8613.7340
Hex5859741817037eee28
Octal13013116430270673561650
Binary10110001011001111010011000101110110111111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585974; }

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

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

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

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

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

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

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

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