#58597A

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

Shades of Comet #58597A

Tints of Comet #58597A

Color information

#58597A (or 0x58597A) is unknown color: approx Comet. HEX triplet: 58, 59 and 7A. RGB value is (88,89,122). Sum of RGB (Red+Green+Blue) = 88+89+122=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #58597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58597A is #A7A685. Grayscale: #5C5C5C. Windows color (decimal): -10987142 or 8018264. OLE color: 8018264.

HSL color Cylindrical-coordinate representation of color #58597A: hue angle of 238.24º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58597A is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8889122-
CMYK0.280.2700.52
HSL238.24º16.19%41.18%-
HSV(B)238.24º27.87%47.84%-
XYZ11.1110.6219.88-
YUV92.46144.67124.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=29.43%
G=29.77%
B=40.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88891220.280.2700.52238.2416.1941.18
Hex58597A1C1B034ee1029
Octal13013117234330643562051
Binary101100010110011111010111001101101101001110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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