#5C856A

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

Shades of Sirocco #5C856A

Tints of Sirocco #5C856A

Color information

#5C856A (or 0x5C856A) is unknown color: approx Sirocco. HEX triplet: 5C, 85 and 6A. RGB value is (92,133,106). Sum of RGB (Red+Green+Blue) = 92+133+106=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #5C856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C856A is #A37A95. Grayscale: #757575. Windows color (decimal): -10713750 or 6980956. OLE color: 6980956.

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

Color convert

RGB92133106-
CMYK0.3100.200.48
HSL140.49º18.22%44.12%-
HSV(B)140.49º30.83%52.16%-
XYZ15.420.0916.7-
YUV117.66121.42109.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=27.79%
G=40.18%
B=32.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921331060.3100.200.48140.4918.2244.12
Hex5C856A1F014308c122c
Octal13420515237024602142254
Binary1011100100001011101010111110101001100001000110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,106); }

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

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

 a { background-color: rgb(92,133,106); }

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

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

 span { border-color: rgb(92,133,106); }

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