#58597F

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

Shades of Comet #58597F

Tints of Comet #58597F

Color information

#58597F (or 0x58597F) is unknown color: approx Comet. HEX triplet: 58, 59 and 7F. RGB value is (88,89,127). Sum of RGB (Red+Green+Blue) = 88+89+127=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #58597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58597F is #A7A680. Grayscale: #5C5C5C. Windows color (decimal): -10987137 or 8345944. OLE color: 8345944.

HSL color Cylindrical-coordinate representation of color #58597F: hue angle of 238.46º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58597F is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8889127-
CMYK0.310.3000.50
HSL238.46º18.14%42.16%-
HSV(B)238.46º30.71%49.8%-
XYZ11.4310.7521.55-
YUV93.03147.17124.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 127 (50% from 255) = 41.78%
R=28.95%
G=29.28%
B=41.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88891270.310.3000.50238.4618.1442.16
Hex58597F1F1E032ee122a
Octal13013117737360623562252
Binary101100010110011111111111111111001100101110111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58597F; }

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

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

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

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

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

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

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

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