#5E846D

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

Shades of Sirocco #5E846D

Tints of Sirocco #5E846D

Color information

#5E846D (or 0x5E846D) is unknown color: approx Sirocco. HEX triplet: 5E, 84 and 6D. RGB value is (94,132,109). Sum of RGB (Red+Green+Blue) = 94+132+109=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #5E846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E846D is #A17B92. Grayscale: #767676. Windows color (decimal): -10582931 or 7177310. OLE color: 7177310.

HSL color Cylindrical-coordinate representation of color #5E846D: hue angle of 143.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E846D is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB94132109-
CMYK0.2900.170.48
HSL143.68º16.81%44.31%-
HSV(B)143.68º28.79%51.76%-
XYZ15.6319.9917.5-
YUV118.02122.91110.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=28.06%
G=39.40%
B=32.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941321090.2900.170.48143.6816.8144.31
Hex5E846D1D0113090112c
Octal13620415535021602202154
Binary1011110100001001101101111010100011100001001000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,132,109); }

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

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

 a { background-color: rgb(94,132,109); }

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

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

 span { border-color: rgb(94,132,109); }

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