#585B72

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

Shades of Comet #585B72

Tints of Comet #585B72

Color information

#585B72 (or 0x585B72) is unknown color: approx Comet. HEX triplet: 58, 5B and 72. RGB value is (88,91,114). Sum of RGB (Red+Green+Blue) = 88+91+114=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #585B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B72 is #A7A48D. Grayscale: #5C5C5C. Windows color (decimal): -10986638 or 7494488. OLE color: 7494488.

HSL color Cylindrical-coordinate representation of color #585B72: hue angle of 233.08º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585B72 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8891114-
CMYK0.230.2000.55
HSL233.08º12.87%39.61%-
HSV(B)233.08º22.81%44.71%-
XYZ10.810.7717.43-
YUV92.72140.01124.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=30.03%
G=31.06%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88911140.230.2000.55233.0812.8739.61
Hex585B721714037e9d28
Octal13013316227240673511550
Binary10110001011011111001010111101000110111111010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,114); }

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

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

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

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

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

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

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