Shades of Cutty Sark #5B9376
Tints of Cutty Sark #5B9376
RGB
CMYK
RGB Variations
Color information
#5B9376 (or 0x5B9376) is known color: Cutty Sark. HEX triplet: 5B, 93 and 76. RGB value is (91,147,118). Sum of RGB (Red+Green+Blue) = 91+147+118=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9376 is #A46C89. Grayscale: #7F7F7F. Windows color (decimal): -10775690 or 7770971. OLE color: 7770971.
HSL color Cylindrical-coordinate representation of color #5B9376: hue angle of 148.93º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9376 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 147 | 118 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.42 |
| HSL | 148.93º | 0.24% | 0.47% | - |
| HSV(B) | 148.93º | 0.38% | 0.58% | - |
| XYZ | 18.02 | 24.4 | 20.9 | - |
| YUV | 126.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 118 | 0.38 | 0 | 0.20 | 0.42 | 148.93 | 0.24 | 0.47 |
| Hex | 5B | 93 | 76 | 26 | 0 | 14 | 2A | 95 | 18 | 2F |
| Octal | 133 | 223 | 166 | 46 | 0 | 24 | 52 | 225 | 30 | 57 |
| Binary | 1011011 | 10010011 | 1110110 | 100110 | 0 | 10100 | 101010 | 10010101 | 11000 | 101111 |
Color Harmonies of #5B9376
Complementary color
Monochromatic Colors of #5B9376
Black with #5B9376
Text Example
Text Example
White with #5B9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9376; }
p { color: rgb(91,147,118); }
H1.HeaderClassName
{
color: #5B9376;
}
.AnyTagClassName
{
color: #5B9376;
}
</style>
background-color css
<style>
a { background-color: #5B9376; }
a { background-color: rgb(91,147,118); }
div.DivClassName
{
background-color: #5B9376;
}
.BgClassName
{
background-color: #5B9376;
}
</style>
border-color css
<style>
span { border-color: #5B9376; }
span { border-color: rgb(91,147,118); }
td.TdClassName
{
border-color: #5B9376;
}
.TagClassName
{
border-color: #5B9376;
}
</style>