#585C72

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

Shades of Comet #585C72

Tints of Comet #585C72

Color information

#585C72 (or 0x585C72) is unknown color: approx Comet. HEX triplet: 58, 5C and 72. RGB value is (88,92,114). Sum of RGB (Red+Green+Blue) = 88+92+114=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #585C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C72 is #A7A38D. Grayscale: #5D5D5D. Windows color (decimal): -10986382 or 7494744. OLE color: 7494744.

HSL color Cylindrical-coordinate representation of color #585C72: hue angle of 230.77º 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 #585C72 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8892114-
CMYK0.230.1900.55
HSL230.77º12.87%39.61%-
HSV(B)230.77º22.81%44.71%-
XYZ10.8910.9417.46-
YUV93.31139.67124.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=29.93%
G=31.29%
B=38.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88921140.230.1900.55230.7712.8739.61
Hex585C721713037e7d28
Octal13013416227230673471550
Binary10110001011100111001010111100110110111111001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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