#585B80

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

Shades of Comet #585B80

Tints of Comet #585B80

Color information

#585B80 (or 0x585B80) is unknown color: approx Comet. HEX triplet: 58, 5B and 80. RGB value is (88,91,128). Sum of RGB (Red+Green+Blue) = 88+91+128=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #585B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B80 is #A7A47F. Grayscale: #5E5E5E. Windows color (decimal): -10986624 or 8411992. OLE color: 8411992.

HSL color Cylindrical-coordinate representation of color #585B80: hue angle of 235.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #585B80 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8891128-
CMYK0.310.2900.50
HSL235.5º18.52%42.35%-
HSV(B)235.5º31.25%50.2%-
XYZ11.6611.1221.95-
YUV94.32147.01123.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=28.66%
G=29.64%
B=41.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88911280.310.2900.50235.518.5242.35
Hex585B801F1D032ec132a
Octal13013320037350623542352
Binary1011000101101110000000111111110101100101110110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,128); }

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

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

 a { background-color: rgb(88,91,128); }

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

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

 span { border-color: rgb(88,91,128); }

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