#5E6863

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

Shades of Sirocco #5E6863

Tints of Sirocco #5E6863

Color information

#5E6863 (or 0x5E6863) is unknown color: approx Sirocco. HEX triplet: 5E, 68 and 63. RGB value is (94,104,99). Sum of RGB (Red+Green+Blue) = 94+104+99=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6863 is #A1979C. Grayscale: #646464. Windows color (decimal): -10590109 or 6514782. OLE color: 6514782.

HSL color Cylindrical-coordinate representation of color #5E6863: hue angle of 150º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E6863 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB9410499-
CMYK0.1000.050.59
HSL150º5.05%38.82%-
HSV(B)150º9.62%40.78%-
XYZ11.8213.1813.73-
YUV100.44127.19123.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=31.65%
G=35.02%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94104990.1000.050.591505.0538.82
Hex5E6863A053B96527
Octal136150143120573226547
Binary1011110110100011000111010010111101110010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,99); }

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

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

 a { background-color: rgb(94,104,99); }

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

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

 span { border-color: rgb(94,104,99); }

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