#5C7968

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

Shades of Sirocco #5C7968

Tints of Sirocco #5C7968

Color information

#5C7968 (or 0x5C7968) is unknown color: approx Sirocco. HEX triplet: 5C, 79 and 68. RGB value is (92,121,104). Sum of RGB (Red+Green+Blue) = 92+121+104=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7968 is #A38697. Grayscale: #6E6E6E. Windows color (decimal): -10716824 or 6846812. OLE color: 6846812.

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

Color convert

RGB92121104-
CMYK0.2400.140.53
HSL144.83º13.62%41.76%-
HSV(B)144.83º23.97%47.45%-
XYZ13.7516.9515.64-
YUV110.39124.39114.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=29.02%
G=38.17%
B=32.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921211040.2400.140.53144.8313.6241.76
Hex5C7968180E3591e2a
Octal13417115030016652211652
Binary1011100111100111010001100001110110101100100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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