Html Css Color HEX #5B886B Sirocco

📋 copy color: '#5B886B'

red 91 ◦ green 136 ◦ blue 107

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

Shades of Sirocco #5B886B

Tints of Sirocco #5B886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 27.25%
G = 40.72%
B = 32.04%

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

#5B886B (or 0x5B886B) is known color: Sirocco. HEX triplet: 5B, 88 and 6B. RGB value is (91,136,107). Sum of RGB (Red+Green+Blue) = 91+136+107=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #5B886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B886B is #A47794. Grayscale: #777777. Windows color (decimal): -10778517 or 7047259. OLE color: 7047259.

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

Color convert

RGB 91 136 107 -
CMYK 0.33 0 0.21 0.47
HSL 141.33º 0.2% 0.45% -
HSV(B) 141.33º 0.33% 0.53% -
XYZ 15.77 20.89 17.11 -
YUV 119.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 91 136 107 0.33 0 0.21 0.47 141.33 0.2 0.45
Hex 5B 88 6B 21 0 15 2F 8D 14 2D
Octal 133 210 153 41 0 25 57 215 24 55
Binary 1011011 10001000 1101011 100001 0 10101 101111 10001101 10100 101101

Color Harmonies of #5B886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B886B

Black with #5B886B

Text Example


Text Example

White with #5B886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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