#5D856A

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

Shades of Sirocco #5D856A

Tints of Sirocco #5D856A

Color information

#5D856A (or 0x5D856A) is unknown color: approx Sirocco. HEX triplet: 5D, 85 and 6A. RGB value is (93,133,106). Sum of RGB (Red+Green+Blue) = 93+133+106=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #5D856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D856A is #A27A95. Grayscale: #767676. Windows color (decimal): -10648214 or 6980957. OLE color: 6980957.

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

Color convert

RGB93133106-
CMYK0.3000.200.48
HSL139.5º17.7%44.31%-
HSV(B)139.5º30.08%52.16%-
XYZ15.520.1416.71-
YUV117.96121.25110.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.01%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=28.01%
G=40.06%
B=31.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931331060.3000.200.48139.517.744.31
Hex5D856A1E014308c122c
Octal13520515236024602142254
Binary1011101100001011101010111100101001100001000110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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