#5C587D

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

Shades of Comet #5C587D

Tints of Comet #5C587D

Color information

#5C587D (or 0x5C587D) is unknown color: approx Comet. HEX triplet: 5C, 58 and 7D. RGB value is (92,88,125). Sum of RGB (Red+Green+Blue) = 92+88+125=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C587D is #A3A782. Grayscale: #5D5D5D. Windows color (decimal): -10725251 or 8214620. OLE color: 8214620.

HSL color Cylindrical-coordinate representation of color #5C587D: hue angle of 246.49º 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 #5C587D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9288125-
CMYK0.260.3000.51
HSL246.49º17.37%41.76%-
HSV(B)246.49º29.6%49.02%-
XYZ11.6110.7420.86-
YUV93.41145.83126.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=30.16%
G=28.85%
B=40.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92881250.260.3000.51246.4917.3741.76
Hex5C587D1A1E033f6112a
Octal13413017532360633662152
Binary101110010110001111101110101111001100111111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C587D; }

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

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

<style>
 a { background-color: #5C587D; }

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

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

<style>
 span { border-color: #5C587D; }

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

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