#5D866B

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

Shades of Sirocco #5D866B

Tints of Sirocco #5D866B

Color information

#5D866B (or 0x5D866B) is unknown color: approx Sirocco. HEX triplet: 5D, 86 and 6B. RGB value is (93,134,107). Sum of RGB (Red+Green+Blue) = 93+134+107=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #5D866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D866B is #A27994. Grayscale: #767676. Windows color (decimal): -10647957 or 7046749. OLE color: 7046749.

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

Color convert

RGB93134107-
CMYK0.3100.200.47
HSL140.49º18.06%44.51%-
HSV(B)140.49º30.6%52.55%-
XYZ15.6920.4417.03-
YUV118.66121.42109.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=27.84%
G=40.12%
B=32.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931341070.3100.200.47140.4918.0644.51
Hex5D866B1F0142F8c122d
Octal13520615337024572142255
Binary1011101100001101101011111110101001011111000110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,134,107); }

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

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

 a { background-color: rgb(93,134,107); }

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

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

 span { border-color: rgb(93,134,107); }

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