Shades of Cutty Sark #5B9475
Tints of Cutty Sark #5B9475
RGB
CMYK
RGB Variations
Color information
#5B9475 (or 0x5B9475) is known color: Cutty Sark. HEX triplet: 5B, 94 and 75. RGB value is (91,148,117). Sum of RGB (Red+Green+Blue) = 91+148+117=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9475 is #A46B8A. Grayscale: #7F7F7F. Windows color (decimal): -10775435 or 7705691. OLE color: 7705691.
HSL color Cylindrical-coordinate representation of color #5B9475: hue angle of 147.37º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9475 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 148 | 117 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.42 |
| HSL | 147.37º | 0.24% | 0.47% | - |
| HSV(B) | 147.37º | 0.39% | 0.58% | - |
| XYZ | 18.12 | 24.69 | 20.64 | - |
| YUV | 127.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 117 | 0.39 | 0 | 0.21 | 0.42 | 147.37 | 0.24 | 0.47 |
| Hex | 5B | 94 | 75 | 27 | 0 | 15 | 2A | 93 | 18 | 2F |
| Octal | 133 | 224 | 165 | 47 | 0 | 25 | 52 | 223 | 30 | 57 |
| Binary | 1011011 | 10010100 | 1110101 | 100111 | 0 | 10101 | 101010 | 10010011 | 11000 | 101111 |
Color Harmonies of #5B9475
Complementary color
Monochromatic Colors of #5B9475
Black with #5B9475
Text Example
Text Example
White with #5B9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9475; }
p { color: rgb(91,148,117); }
H1.HeaderClassName
{
color: #5B9475;
}
.AnyTagClassName
{
color: #5B9475;
}
</style>
background-color css
<style>
a { background-color: #5B9475; }
a { background-color: rgb(91,148,117); }
div.DivClassName
{
background-color: #5B9475;
}
.BgClassName
{
background-color: #5B9475;
}
</style>
border-color css
<style>
span { border-color: #5B9475; }
span { border-color: rgb(91,148,117); }
td.TdClassName
{
border-color: #5B9475;
}
.TagClassName
{
border-color: #5B9475;
}
</style>