#58587A

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

Shades of Comet #58587A

Tints of Comet #58587A

Color information

#58587A (or 0x58587A) is unknown color: approx Comet. HEX triplet: 58, 58 and 7A. RGB value is (88,88,122). Sum of RGB (Red+Green+Blue) = 88+88+122=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #58587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58587A is #A7A785. Grayscale: #5B5B5B. Windows color (decimal): -10987398 or 8018008. OLE color: 8018008.

HSL color Cylindrical-coordinate representation of color #58587A: hue angle of 240º 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 #58587A is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8888122-
CMYK0.280.2800.52
HSL240º16.19%41.18%-
HSV(B)240º27.87%47.84%-
XYZ11.0310.4619.85-
YUV91.88145125.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=29.53%
G=29.53%
B=40.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88881220.280.2800.5224016.1941.18
Hex58587A1C1C034f01029
Octal13013017234340643602051
Binary101100010110001111010111001110001101001111000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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