Shades of Cutty Sark #5B8374
Tints of Cutty Sark #5B8374
RGB
CMYK
RGB Variations
Color information
#5B8374 (or 0x5B8374) is known color: Cutty Sark. HEX triplet: 5B, 83 and 74. RGB value is (91,131,116). Sum of RGB (Red+Green+Blue) = 91+131+116=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #5B8374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8374 is #A47C8B. Grayscale: #757575. Windows color (decimal): -10779788 or 7635803. OLE color: 7635803.
HSL color Cylindrical-coordinate representation of color #5B8374: hue angle of 157.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B8374 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 131 | 116 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.49 |
| HSL | 157.5º | 0.18% | 0.44% | - |
| HSV(B) | 157.5º | 0.31% | 0.51% | - |
| XYZ | 15.58 | 19.72 | 19.51 | - |
| YUV | 117.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 131 | 116 | 0.31 | 0 | 0.11 | 0.49 | 157.5 | 0.18 | 0.44 |
| Hex | 5B | 83 | 74 | 1F | 0 | B | 31 | 9E | 12 | 2C |
| Octal | 133 | 203 | 164 | 37 | 0 | 13 | 61 | 236 | 22 | 54 |
| Binary | 1011011 | 10000011 | 1110100 | 11111 | 0 | 1011 | 110001 | 10011110 | 10010 | 101100 |
Color Harmonies of #5B8374
Complementary color
Monochromatic Colors of #5B8374
Black with #5B8374
Text Example
Text Example
White with #5B8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8374; }
p { color: rgb(91,131,116); }
H1.HeaderClassName
{
color: #5B8374;
}
.AnyTagClassName
{
color: #5B8374;
}
</style>
background-color css
<style>
a { background-color: #5B8374; }
a { background-color: rgb(91,131,116); }
div.DivClassName
{
background-color: #5B8374;
}
.BgClassName
{
background-color: #5B8374;
}
</style>
border-color css
<style>
span { border-color: #5B8374; }
span { border-color: rgb(91,131,116); }
td.TdClassName
{
border-color: #5B8374;
}
.TagClassName
{
border-color: #5B8374;
}
</style>