#5D6E65

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

Shades of Sirocco #5D6E65

Tints of Sirocco #5D6E65

Color information

#5D6E65 (or 0x5D6E65) is unknown color: approx Sirocco. HEX triplet: 5D, 6E and 65. RGB value is (93,110,101). Sum of RGB (Red+Green+Blue) = 93+110+101=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 110 - color contains mainly: green. Hex color #5D6E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6E65 is #A2919A. Grayscale: #676767. Windows color (decimal): -10654107 or 6647389. OLE color: 6647389.

HSL color Cylindrical-coordinate representation of color #5D6E65: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D6E65 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB93110101-
CMYK0.1500.080.57
HSL148.24º8.37%39.8%-
HSV(B)148.24º15.45%43.14%-
XYZ12.4414.4214.44-
YUV103.89126.37120.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=30.59%
G=36.18%
B=33.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal931101010.1500.080.57148.248.3739.8
Hex5D6E65F083994828
Octal13515614517010712241050
Binary101110111011101100101111101000111001100101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,110,101); }

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

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

 a { background-color: rgb(93,110,101); }

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

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

 span { border-color: rgb(93,110,101); }

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