Html Css Color HEX #5B896A Sirocco

📋 copy color: '#5B896A'

red 91 ◦ green 137 ◦ blue 106

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

Shades of Sirocco #5B896A

Tints of Sirocco #5B896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 27.25%
G = 41.02%
B = 31.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#5B896A (or 0x5B896A) is known color: Sirocco. HEX triplet: 5B, 89 and 6A. RGB value is (91,137,106). Sum of RGB (Red+Green+Blue) = 91+137+106=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #5B896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B896A is #A47695. Grayscale: #777777. Windows color (decimal): -10778262 or 6981979. OLE color: 6981979.

HSL color Cylindrical-coordinate representation of color #5B896A: hue angle of 139.57º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B896A is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 91 137 106 -
CMYK 0.34 0 0.23 0.46
HSL 139.57º 0.2% 0.45% -
HSV(B) 139.57º 0.34% 0.54% -
XYZ 15.86 21.16 16.88 -
YUV 119.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 91 137 106 0.34 0 0.23 0.46 139.57 0.2 0.45
Hex 5B 89 6A 22 0 17 2E 8C 14 2D
Octal 133 211 152 42 0 27 56 214 24 55
Binary 1011011 10001001 1101010 100010 0 10111 101110 10001100 10100 101101

Color Harmonies of #5B896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B896A

Black with #5B896A

Text Example


Text Example

White with #5B896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,137,106); }

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

background-color css

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

 a { background-color: rgb(91,137,106); }

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

border-color css

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

 span { border-color: rgb(91,137,106); }

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