#585E77

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

Shades of Comet #585E77

Tints of Comet #585E77

Color information

#585E77 (or 0x585E77) is unknown color: approx Comet. HEX triplet: 58, 5E and 77. RGB value is (88,94,119). Sum of RGB (Red+Green+Blue) = 88+94+119=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #585E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E77 is #A7A188. Grayscale: #5E5E5E. Windows color (decimal): -10985865 or 7822936. OLE color: 7822936.

HSL color Cylindrical-coordinate representation of color #585E77: hue angle of 228.39º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585E77 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8894119-
CMYK0.260.2100.53
HSL228.39º14.98%40.59%-
HSV(B)228.39º26.05%46.67%-
XYZ11.3611.4119.06-
YUV95.06141.51122.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=29.24%
G=31.23%
B=39.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88941190.260.2100.53228.3914.9840.59
Hex585E771A15035e4f29
Octal13013616732250653441751
Binary10110001011110111011111010101010110101111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,94,119); }

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

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

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

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

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

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

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