Html Css Color HEX #5D886D Sirocco

📋 copy color: '#5D886D'

red 93 ◦ green 136 ◦ blue 109

#5D886D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #5D886D

Tints of Sirocco #5D886D

RGB

 RED value IS 93 (36.72% from 255) = 27.51%

 GREEN value IS 136 (53.52% from 255) = 40.24%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 27.51%
G = 40.24%
B = 32.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#5D886D (or 0x5D886D) is known color: Sirocco. HEX triplet: 5D, 88 and 6D. RGB value is (93,136,109). Sum of RGB (Red+Green+Blue) = 93+136+109=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #5D886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D886D is #A27792. Grayscale: #787878. Windows color (decimal): -10647443 or 7178333. OLE color: 7178333.

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

Color convert

RGB 93 136 109 -
CMYK 0.32 0 0.20 0.47
HSL 142.33º 0.19% 0.45% -
HSV(B) 142.33º 0.32% 0.53% -
XYZ 16.08 21.04 17.68 -
YUV 120.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 93 136 109 0.32 0 0.20 0.47 142.33 0.19 0.45
Hex 5D 88 6D 20 0 14 2F 8E 13 2D
Octal 135 210 155 40 0 24 57 216 23 55
Binary 1011101 10001000 1101101 100000 0 10100 101111 10001110 10011 101101

Color Harmonies of #5D886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D886D

Black with #5D886D

Text Example


Text Example

White with #5D886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,136,109); }

 H1.HeaderClassName
 {
   color: #5D886D;
 }
 .AnyTagClassName
 {
   color: #5D886D;
 }
</style>

background-color css

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

 a { background-color: rgb(93,136,109); }

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

border-color css

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

 span { border-color: rgb(93,136,109); }

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