Html Css Color HEX #5D886A Sirocco

📋 copy color: '#5D886A'

red 93 ◦ green 136 ◦ blue 106

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

Shades of Sirocco #5D886A

Tints of Sirocco #5D886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 27.76%
G = 40.6%
B = 31.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#5D886A (or 0x5D886A) is known color: Sirocco. HEX triplet: 5D, 88 and 6A. RGB value is (93,136,106). Sum of RGB (Red+Green+Blue) = 93+136+106=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #5D886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D886A is #A27795. Grayscale: #777777. Windows color (decimal): -10647446 or 6981725. OLE color: 6981725.

HSL color Cylindrical-coordinate representation of color #5D886A: hue angle of 138.14º 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 #5D886A is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 136 106 -
CMYK 0.32 0 0.22 0.47
HSL 138.14º 0.19% 0.45% -
HSV(B) 138.14º 0.32% 0.53% -
XYZ 15.92 20.98 16.85 -
YUV 119.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 93 136 106 0.32 0 0.22 0.47 138.14 0.19 0.45
Hex 5D 88 6A 20 0 16 2F 8A 13 2D
Octal 135 210 152 40 0 26 57 212 23 55
Binary 1011101 10001000 1101010 100000 0 10110 101111 10001010 10011 101101

Color Harmonies of #5D886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D886A

Black with #5D886A

Text Example


Text Example

White with #5D886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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