#585A79

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

Shades of Comet #585A79

Tints of Comet #585A79

Color information

#585A79 (or 0x585A79) is unknown color: approx Comet. HEX triplet: 58, 5A and 79. RGB value is (88,90,121). Sum of RGB (Red+Green+Blue) = 88+90+121=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #585A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A79 is #A7A586. Grayscale: #5C5C5C. Windows color (decimal): -10986887 or 7952984. OLE color: 7952984.

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

Color convert

RGB8890121-
CMYK0.270.2600.53
HSL236.36º15.79%40.98%-
HSV(B)236.36º27.27%47.45%-
XYZ11.1310.7719.58-
YUV92.94143.84124.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=29.43%
G=30.10%
B=40.47%

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
Decimal88901210.270.2600.53236.3615.7940.98
Hex585A791B1A035ec1029
Octal13013217133320653542051
Binary101100010110101111001110111101001101011110110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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