#585D77

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

Shades of Comet #585D77

Tints of Comet #585D77

Color information

#585D77 (or 0x585D77) is unknown color: approx Comet. HEX triplet: 58, 5D and 77. RGB value is (88,93,119). Sum of RGB (Red+Green+Blue) = 88+93+119=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #585D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D77 is #A7A288. Grayscale: #5E5E5E. Windows color (decimal): -10986121 or 7822680. OLE color: 7822680.

HSL color Cylindrical-coordinate representation of color #585D77: hue angle of 230.32º 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 #585D77 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8893119-
CMYK0.260.2200.53
HSL230.32º14.98%40.59%-
HSV(B)230.32º26.05%46.67%-
XYZ11.2711.2419.03-
YUV94.47141.84123.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=29.33%
G=31%
B=39.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88931190.260.2200.53230.3214.9840.59
Hex585D771A16035e6f29
Octal13013516732260653461751
Binary10110001011101111011111010101100110101111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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