#5C7369

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

Shades of Sirocco #5C7369

Tints of Sirocco #5C7369

Color information

#5C7369 (or 0x5C7369) is unknown color: approx Sirocco. HEX triplet: 5C, 73 and 69. RGB value is (92,115,105). Sum of RGB (Red+Green+Blue) = 92+115+105=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7369 is #A38C96. Grayscale: #6A6A6A. Windows color (decimal): -10718359 or 6910812. OLE color: 6910812.

HSL color Cylindrical-coordinate representation of color #5C7369: hue angle of 153.91º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C7369 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB92115105-
CMYK0.2000.090.55
HSL153.91º11.11%40.59%-
HSV(B)153.91º20%45.1%-
XYZ13.0915.5615.68-
YUV106.98126.88117.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.49%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=29.49%
G=36.86%
B=33.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal921151050.2000.090.55153.9111.1140.59
Hex5C73691409379ab29
Octal13416315124011672321351
Binary1011100111001111010011010001001110111100110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,105); }

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

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

 a { background-color: rgb(92,115,105); }

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

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

 span { border-color: rgb(92,115,105); }

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