Shades of Cutty Sark #5B7970
Tints of Cutty Sark #5B7970
RGB
CMYK
RGB Variations
Color information
#5B7970 (or 0x5B7970) is known color: Cutty Sark. HEX triplet: 5B, 79 and 70. RGB value is (91,121,112). Sum of RGB (Red+Green+Blue) = 91+121+112=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7970 is #A4868F. Grayscale: #6F6F6F. Windows color (decimal): -10782352 or 7371099. OLE color: 7371099.
HSL color Cylindrical-coordinate representation of color #5B7970: hue angle of 162º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B7970 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 121 | 112 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.53 |
| HSL | 162º | 0.14% | 0.42% | - |
| HSV(B) | 162º | 0.25% | 0.47% | - |
| XYZ | 14.08 | 17.07 | 17.88 | - |
| YUV | 111 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 121 | 112 | 0.25 | 0 | 0.07 | 0.53 | 162 | 0.14 | 0.42 |
| Hex | 5B | 79 | 70 | 19 | 0 | 7 | 35 | A2 | E | 2A |
| Octal | 133 | 171 | 160 | 31 | 0 | 7 | 65 | 242 | 16 | 52 |
| Binary | 1011011 | 1111001 | 1110000 | 11001 | 0 | 111 | 110101 | 10100010 | 1110 | 101010 |
Color Harmonies of #5B7970
Complementary color
Monochromatic Colors of #5B7970
Black with #5B7970
Text Example
Text Example
White with #5B7970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7970; }
p { color: rgb(91,121,112); }
H1.HeaderClassName
{
color: #5B7970;
}
.AnyTagClassName
{
color: #5B7970;
}
</style>
background-color css
<style>
a { background-color: #5B7970; }
a { background-color: rgb(91,121,112); }
div.DivClassName
{
background-color: #5B7970;
}
.BgClassName
{
background-color: #5B7970;
}
</style>
border-color css
<style>
span { border-color: #5B7970; }
span { border-color: rgb(91,121,112); }
td.TdClassName
{
border-color: #5B7970;
}
.TagClassName
{
border-color: #5B7970;
}
</style>