#585A7D

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

Shades of Comet #585A7D

Tints of Comet #585A7D

Color information

#585A7D (or 0x585A7D) is unknown color: approx Comet. HEX triplet: 58, 5A and 7D. RGB value is (88,90,125). Sum of RGB (Red+Green+Blue) = 88+90+125=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #585A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A7D is #A7A582. Grayscale: #5D5D5D. Windows color (decimal): -10986883 or 8215128. OLE color: 8215128.

HSL color Cylindrical-coordinate representation of color #585A7D: hue angle of 236.76º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585A7D is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8890125-
CMYK0.300.2800.51
HSL236.76º17.37%41.76%-
HSV(B)236.76º29.6%49.02%-
XYZ11.3810.8720.9-
YUV93.39145.84124.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=29.04%
G=29.70%
B=41.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88901250.300.2800.51236.7617.3741.76
Hex585A7D1E1C033ed112a
Octal13013217536340633552152
Binary101100010110101111101111101110001100111110110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,90,125); }

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

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

 a { background-color: rgb(88,90,125); }

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

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

 span { border-color: rgb(88,90,125); }

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