Shades of Cutty Sark #5B7D6D
Tints of Cutty Sark #5B7D6D
RGB
CMYK
RGB Variations
Color information
#5B7D6D (or 0x5B7D6D) is known color: Cutty Sark. HEX triplet: 5B, 7D and 6D. RGB value is (91,125,109). Sum of RGB (Red+Green+Blue) = 91+125+109=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7D6D is #A48292. Grayscale: #717171. Windows color (decimal): -10781331 or 7175515. OLE color: 7175515.
HSL color Cylindrical-coordinate representation of color #5B7D6D: hue angle of 151.76º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7D6D is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 109 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.51 |
| HSL | 151.76º | 0.16% | 0.42% | - |
| HSV(B) | 151.76º | 0.27% | 0.49% | - |
| XYZ | 14.41 | 18 | 17.18 | - |
| YUV | 113.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 109 | 0.27 | 0 | 0.13 | 0.51 | 151.76 | 0.16 | 0.42 |
| Hex | 5B | 7D | 6D | 1B | 0 | D | 33 | 98 | 10 | 2A |
| Octal | 133 | 175 | 155 | 33 | 0 | 15 | 63 | 230 | 20 | 52 |
| Binary | 1011011 | 1111101 | 1101101 | 11011 | 0 | 1101 | 110011 | 10011000 | 10000 | 101010 |
Color Harmonies of #5B7D6D
Complementary color
Monochromatic Colors of #5B7D6D
Black with #5B7D6D
Text Example
Text Example
White with #5B7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D6D; }
p { color: rgb(91,125,109); }
H1.HeaderClassName
{
color: #5B7D6D;
}
.AnyTagClassName
{
color: #5B7D6D;
}
</style>
background-color css
<style>
a { background-color: #5B7D6D; }
a { background-color: rgb(91,125,109); }
div.DivClassName
{
background-color: #5B7D6D;
}
.BgClassName
{
background-color: #5B7D6D;
}
</style>
border-color css
<style>
span { border-color: #5B7D6D; }
span { border-color: rgb(91,125,109); }
td.TdClassName
{
border-color: #5B7D6D;
}
.TagClassName
{
border-color: #5B7D6D;
}
</style>