#585771

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

Shades of Comet #585771

Tints of Comet #585771

Color information

#585771 (or 0x585771) is unknown color: approx Comet. HEX triplet: 58, 57 and 71. RGB value is (88,87,113). Sum of RGB (Red+Green+Blue) = 88+87+113=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #585771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585771 is #A7A88E. Grayscale: #5A5A5A. Windows color (decimal): -10987663 or 7427928. OLE color: 7427928.

HSL color Cylindrical-coordinate representation of color #585771: hue angle of 242.31º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585771 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8887113-
CMYK0.220.2300.56
HSL242.31º13%39.22%-
HSV(B)242.31º23.01%44.31%-
XYZ10.4110.0817.02-
YUV90.26140.83126.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=30.56%
G=30.21%
B=39.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88871130.220.2300.56242.311339.22
Hex5857711617038f2d27
Octal13012716126270703621547
Binary10110001010111111000110110101110111000111100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585771; }

 p { color: rgb(88,87,113); }

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

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

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

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

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

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

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