Html Css Color HEX #5B886C Sirocco

📋 copy color: '#5B886C'

red 91 ◦ green 136 ◦ blue 108

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

Shades of Sirocco #5B886C

Tints of Sirocco #5B886C

RGB

 RED value IS 91 (35.94% from 255) = 27.16%

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

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

R = 27.16%
G = 40.6%
B = 32.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#5B886C (or 0x5B886C) is known color: Sirocco. HEX triplet: 5B, 88 and 6C. RGB value is (91,136,108). Sum of RGB (Red+Green+Blue) = 91+136+108=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #5B886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B886C is #A47793. Grayscale: #777777. Windows color (decimal): -10778516 or 7112795. OLE color: 7112795.

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

Color convert

RGB 91 136 108 -
CMYK 0.33 0 0.21 0.47
HSL 142.67º 0.2% 0.45% -
HSV(B) 142.67º 0.33% 0.53% -
XYZ 15.83 20.92 17.39 -
YUV 119.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 91 136 108 0.33 0 0.21 0.47 142.67 0.2 0.45
Hex 5B 88 6C 21 0 15 2F 8F 14 2D
Octal 133 210 154 41 0 25 57 217 24 55
Binary 1011011 10001000 1101100 100001 0 10101 101111 10001111 10100 101101

Color Harmonies of #5B886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B886C

Black with #5B886C

Text Example


Text Example

White with #5B886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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