#5D5F6C

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

Shades of Comet #5D5F6C

Tints of Comet #5D5F6C

Color information

#5D5F6C (or 0x5D5F6C) is unknown color: approx Comet. HEX triplet: 5D, 5F and 6C. RGB value is (93,95,108). Sum of RGB (Red+Green+Blue) = 93+95+108=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D5F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5F6C is #A2A093. Grayscale: #5F5F5F. Windows color (decimal): -10657940 or 7102301. OLE color: 7102301.

HSL color Cylindrical-coordinate representation of color #5D5F6C: hue angle of 232º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D5F6C is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9395108-
CMYK0.140.1200.58
HSL232º7.46%39.41%-
HSV(B)232º13.89%42.35%-
XYZ11.3111.5915.83-
YUV95.88134.84125.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.42%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=31.42%
G=32.09%
B=36.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93951080.140.1200.582327.4639.41
Hex5D5F6CEC03Ae8727
Octal1351371541614072350747
Binary10111011011111110110011101100011101011101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,95,108); }

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

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

 a { background-color: rgb(93,95,108); }

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

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

 span { border-color: rgb(93,95,108); }

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