#5E816A

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

Shades of Sirocco #5E816A

Tints of Sirocco #5E816A

Color information

#5E816A (or 0x5E816A) is unknown color: approx Sirocco. HEX triplet: 5E, 81 and 6A. RGB value is (94,129,106). Sum of RGB (Red+Green+Blue) = 94+129+106=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #5E816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E816A is #A17E95. Grayscale: #737373. Windows color (decimal): -10583702 or 6979934. OLE color: 6979934.

HSL color Cylindrical-coordinate representation of color #5E816A: hue angle of 140.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E816A is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB94129106-
CMYK0.2700.180.49
HSL140.57º15.7%43.73%-
HSV(B)140.57º27.13%50.59%-
XYZ15.0719.1216.53-
YUV115.91122.4112.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=28.57%
G=39.21%
B=32.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941291060.2700.180.49140.5715.743.73
Hex5E816A1B012318d102c
Octal13620115233022612152054
Binary1011110100000011101010110110100101100011000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,129,106); }

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

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

 a { background-color: rgb(94,129,106); }

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

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

 span { border-color: rgb(94,129,106); }

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