#585978

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

Shades of Comet #585978

Tints of Comet #585978

Color information

#585978 (or 0x585978) is unknown color: approx Comet. HEX triplet: 58, 59 and 78. RGB value is (88,89,120). Sum of RGB (Red+Green+Blue) = 88+89+120=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #585978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585978 is #A7A687. Grayscale: #5C5C5C. Windows color (decimal): -10987144 or 7887192. OLE color: 7887192.

HSL color Cylindrical-coordinate representation of color #585978: hue angle of 238.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585978 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8889120-
CMYK0.270.2600.53
HSL238.12º15.38%40.78%-
HSV(B)238.12º26.67%47.06%-
XYZ10.9910.5819.23-
YUV92.23143.67124.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=29.63%
G=29.97%
B=40.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88891200.270.2600.53238.1215.3840.78
Hex5859781B1A035eef29
Octal13013117033320653561751
Binary10110001011001111100011011110100110101111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585978; }

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

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

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

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

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

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

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

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