#585C79

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

Shades of Comet #585C79

Tints of Comet #585C79

Color information

#585C79 (or 0x585C79) is unknown color: approx Comet. HEX triplet: 58, 5C and 79. RGB value is (88,92,121). Sum of RGB (Red+Green+Blue) = 88+92+121=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #585C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C79 is #A7A386. Grayscale: #5D5D5D. Windows color (decimal): -10986375 or 7953496. OLE color: 7953496.

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

Color convert

RGB8892121-
CMYK0.270.2400.53
HSL232.73º15.79%40.98%-
HSV(B)232.73º27.27%47.45%-
XYZ11.311.1119.64-
YUV94.11143.17123.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=29.24%
G=30.56%
B=40.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88921210.270.2400.53232.7315.7940.98
Hex585C791B18035e91029
Octal13013417133300653512051
Binary101100010111001111001110111100001101011110100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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