#585B75

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

Shades of Comet #585B75

Tints of Comet #585B75

Color information

#585B75 (or 0x585B75) is unknown color: approx Comet. HEX triplet: 58, 5B and 75. RGB value is (88,91,117). Sum of RGB (Red+Green+Blue) = 88+91+117=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #585B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B75 is #A7A48A. Grayscale: #5C5C5C. Windows color (decimal): -10986635 or 7691096. OLE color: 7691096.

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

Color convert

RGB8891117-
CMYK0.250.2200.54
HSL233.79º14.15%40.2%-
HSV(B)233.79º24.79%45.88%-
XYZ10.9810.8418.34-
YUV93.07141.51124.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=29.73%
G=30.74%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88911170.250.2200.54233.7914.1540.2
Hex585B751916036eae28
Octal13013316531260663521650
Binary10110001011011111010111001101100110110111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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