#585F7B

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

Shades of Comet #585F7B

Tints of Comet #585F7B

Color information

#585F7B (or 0x585F7B) is unknown color: approx Comet. HEX triplet: 58, 5F and 7B. RGB value is (88,95,123). Sum of RGB (Red+Green+Blue) = 88+95+123=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #585F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F7B is #A7A084. Grayscale: #5F5F5F. Windows color (decimal): -10985605 or 8085336. OLE color: 8085336.

HSL color Cylindrical-coordinate representation of color #585F7B: hue angle of 228º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585F7B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8895123-
CMYK0.280.2300.52
HSL228º16.59%41.37%-
HSV(B)228º28.46%48.24%-
XYZ11.6911.6920.38-
YUV96.1143.18122.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=28.76%
G=31.05%
B=40.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88951230.280.2300.5222816.5941.37
Hex585F7B1C17034e41129
Octal13013717334270643442151
Binary101100010111111111011111001011101101001110010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,95,123); }

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

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

 a { background-color: rgb(88,95,123); }

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

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

 span { border-color: rgb(88,95,123); }

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