Html Css Color HEX #5D886C Sirocco

📋 copy color: '#5D886C'

red 93 ◦ green 136 ◦ blue 108

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

Shades of Sirocco #5D886C

Tints of Sirocco #5D886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 27.6%
G = 40.36%
B = 32.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#5D886C (or 0x5D886C) is known color: Sirocco. HEX triplet: 5D, 88 and 6C. RGB value is (93,136,108). Sum of RGB (Red+Green+Blue) = 93+136+108=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #5D886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D886C is #A27793. Grayscale: #787878. Windows color (decimal): -10647444 or 7112797. OLE color: 7112797.

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

Color convert

RGB 93 136 108 -
CMYK 0.32 0 0.21 0.47
HSL 140.93º 0.19% 0.45% -
HSV(B) 140.93º 0.32% 0.53% -
XYZ 16.03 21.02 17.4 -
YUV 119.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 93 136 108 0.32 0 0.21 0.47 140.93 0.19 0.45
Hex 5D 88 6C 20 0 15 2F 8D 13 2D
Octal 135 210 154 40 0 25 57 215 23 55
Binary 1011101 10001000 1101100 100000 0 10101 101111 10001101 10011 101101

Color Harmonies of #5D886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D886C

Black with #5D886C

Text Example


Text Example

White with #5D886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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