#585D78

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

Shades of Comet #585D78

Tints of Comet #585D78

Color information

#585D78 (or 0x585D78) is unknown color: approx Comet. HEX triplet: 58, 5D and 78. RGB value is (88,93,120). Sum of RGB (Red+Green+Blue) = 88+93+120=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #585D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D78 is #A7A287. Grayscale: #5E5E5E. Windows color (decimal): -10986120 or 7888216. OLE color: 7888216.

HSL color Cylindrical-coordinate representation of color #585D78: hue angle of 230.62º 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 #585D78 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8893120-
CMYK0.270.2200.53
HSL230.62º15.38%40.78%-
HSV(B)230.62º26.67%47.06%-
XYZ11.3311.2619.35-
YUV94.58142.34123.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=29.24%
G=30.90%
B=39.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88931200.270.2200.53230.6215.3840.78
Hex585D781B16035e7f29
Octal13013517033260653471751
Binary10110001011101111100011011101100110101111001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585D78; }

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

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

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

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

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

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

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

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