Shades of Cutty Sark #5B9074
Tints of Cutty Sark #5B9074
RGB
CMYK
RGB Variations
Color information
#5B9074 (or 0x5B9074) is known color: Cutty Sark. HEX triplet: 5B, 90 and 74. RGB value is (91,144,116). Sum of RGB (Red+Green+Blue) = 91+144+116=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #5B9074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9074 is #A46F8B. Grayscale: #7D7D7D. Windows color (decimal): -10776460 or 7639131. OLE color: 7639131.
HSL color Cylindrical-coordinate representation of color #5B9074: hue angle of 148.3º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9074 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 144 | 116 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.44 |
| HSL | 148.3º | 0.23% | 0.46% | - |
| HSV(B) | 148.3º | 0.37% | 0.56% | - |
| XYZ | 17.44 | 23.43 | 20.13 | - |
| YUV | 124.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 116 | 0.37 | 0 | 0.19 | 0.44 | 148.3 | 0.23 | 0.46 |
| Hex | 5B | 90 | 74 | 25 | 0 | 13 | 2C | 94 | 17 | 2E |
| Octal | 133 | 220 | 164 | 45 | 0 | 23 | 54 | 224 | 27 | 56 |
| Binary | 1011011 | 10010000 | 1110100 | 100101 | 0 | 10011 | 101100 | 10010100 | 10111 | 101110 |
Color Harmonies of #5B9074
Complementary color
Monochromatic Colors of #5B9074
Black with #5B9074
Text Example
Text Example
White with #5B9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9074; }
p { color: rgb(91,144,116); }
H1.HeaderClassName
{
color: #5B9074;
}
.AnyTagClassName
{
color: #5B9074;
}
</style>
background-color css
<style>
a { background-color: #5B9074; }
a { background-color: rgb(91,144,116); }
div.DivClassName
{
background-color: #5B9074;
}
.BgClassName
{
background-color: #5B9074;
}
</style>
border-color css
<style>
span { border-color: #5B9074; }
span { border-color: rgb(91,144,116); }
td.TdClassName
{
border-color: #5B9074;
}
.TagClassName
{
border-color: #5B9074;
}
</style>