#5B5D73

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

Shades of Comet #5B5D73

Tints of Comet #5B5D73

Color information

#5B5D73 (or 0x5B5D73) is unknown color: approx Comet. HEX triplet: 5B, 5D and 73. RGB value is (91,93,115). Sum of RGB (Red+Green+Blue) = 91+93+115=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D73 is #A4A28C. Grayscale: #5E5E5E. Windows color (decimal): -10789517 or 7560539. OLE color: 7560539.

HSL color Cylindrical-coordinate representation of color #5B5D73: hue angle of 235º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B5D73 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9193115-
CMYK0.210.1900.55
HSL235º11.65%40.39%-
HSV(B)235º20.87%45.1%-
XYZ11.3211.2917.8-
YUV94.91139.34125.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=30.43%
G=31.10%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91931150.210.1900.5523511.6540.39
Hex5B5D731513037ebc28
Octal13313516325230673531450
Binary10110111011101111001110101100110110111111010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,93,115); }

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

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

 a { background-color: rgb(91,93,115); }

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

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

 span { border-color: rgb(91,93,115); }

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