#585B79

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

Shades of Comet #585B79

Tints of Comet #585B79

Color information

#585B79 (or 0x585B79) is unknown color: approx Comet. HEX triplet: 58, 5B and 79. RGB value is (88,91,121). Sum of RGB (Red+Green+Blue) = 88+91+121=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #585B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B79 is #A7A486. Grayscale: #5D5D5D. Windows color (decimal): -10986631 or 7953240. OLE color: 7953240.

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

Color convert

RGB8891121-
CMYK0.270.2500.53
HSL234.55º15.79%40.98%-
HSV(B)234.55º27.27%47.45%-
XYZ11.2210.9419.61-
YUV93.52143.51124.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=29.33%
G=30.33%
B=40.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88911210.270.2500.53234.5515.7940.98
Hex585B791B19035eb1029
Octal13013317133310653532051
Binary101100010110111111001110111100101101011110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,121); }

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

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

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

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

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

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

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