#5E7968

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

Shades of Sirocco #5E7968

Tints of Sirocco #5E7968

Color information

#5E7968 (or 0x5E7968) is unknown color: approx Sirocco. HEX triplet: 5E, 79 and 68. RGB value is (94,121,104). Sum of RGB (Red+Green+Blue) = 94+121+104=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7968 is #A18697. Grayscale: #6F6F6F. Windows color (decimal): -10585752 or 6846814. OLE color: 6846814.

HSL color Cylindrical-coordinate representation of color #5E7968: hue angle of 142.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7968 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB94121104-
CMYK0.2200.140.53
HSL142.22º12.56%42.16%-
HSV(B)142.22º22.31%47.45%-
XYZ13.9517.0515.65-
YUV110.99124.05115.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.47%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=29.47%
G=37.93%
B=32.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941211040.2200.140.53142.2212.5642.16
Hex5E7968160E358ed2a
Octal13617115026016652161552
Binary1011110111100111010001011001110110101100011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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