#585776

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

Shades of Comet #585776

Tints of Comet #585776

Color information

#585776 (or 0x585776) is unknown color: approx Comet. HEX triplet: 58, 57 and 76. RGB value is (88,87,118). Sum of RGB (Red+Green+Blue) = 88+87+118=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #585776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585776 is #A7A889. Grayscale: #5A5A5A. Windows color (decimal): -10987658 or 7755608. OLE color: 7755608.

HSL color Cylindrical-coordinate representation of color #585776: hue angle of 241.94º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585776 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8887118-
CMYK0.250.2600.54
HSL241.94º15.12%40.2%-
HSV(B)241.94º26.27%46.27%-
XYZ10.710.218.54-
YUV90.83143.33125.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=30.03%
G=29.69%
B=40.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88871180.250.2600.54241.9415.1240.2
Hex585776191A036f2f28
Octal13012716631320663621750
Binary10110001010111111011011001110100110110111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585776; }

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

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

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

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

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

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

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

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