#585675

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

Shades of Comet #585675

Tints of Comet #585675

Color information

#585675 (or 0x585675) is unknown color: approx Comet. HEX triplet: 58, 56 and 75. RGB value is (88,86,117). Sum of RGB (Red+Green+Blue) = 88+86+117=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #585675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585675 is #A7A98A. Grayscale: #5A5A5A. Windows color (decimal): -10987915 or 7689816. OLE color: 7689816.

HSL color Cylindrical-coordinate representation of color #585675: hue angle of 243.87º 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 #585675 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8886117-
CMYK0.250.2600.54
HSL243.87º15.27%39.8%-
HSV(B)243.87º26.5%45.88%-
XYZ10.5610.0118.21-
YUV90.13143.16126.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=30.24%
G=29.55%
B=40.21%

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
Decimal88861170.250.2600.54243.8715.2739.8
Hex585675191A036f4f28
Octal13012616531320663641750
Binary10110001010110111010111001110100110110111101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585675; }

 p { color: rgb(88,86,117); }

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

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

 a { background-color: rgb(88,86,117); }

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

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

 span { border-color: rgb(88,86,117); }

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