#585E85

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

Shades of Comet #585E85

Tints of Comet #585E85

Color information

#585E85 (or 0x585E85) is unknown color: approx Comet. HEX triplet: 58, 5E and 85. RGB value is (88,94,133). Sum of RGB (Red+Green+Blue) = 88+94+133=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #585E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E85 is #A7A17A. Grayscale: #606060. Windows color (decimal): -10985851 or 8740440. OLE color: 8740440.

HSL color Cylindrical-coordinate representation of color #585E85: hue angle of 232º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585E85 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8894133-
CMYK0.340.2900.48
HSL232º20.36%43.33%-
HSV(B)232º33.83%52.16%-
XYZ12.2611.7723.82-
YUV96.65148.51121.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=27.94%
G=29.84%
B=42.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88941330.340.2900.4823220.3643.33
Hex585E85221D030e8142b
Octal13013620542350603502453
Binary10110001011110100001011000101110101100001110100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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