Shades of Cutty Sark #5B7469
Tints of Cutty Sark #5B7469
RGB
CMYK
RGB Variations
Color information
#5B7469 (or 0x5B7469) is known color: Cutty Sark. HEX triplet: 5B, 74 and 69. RGB value is (91,116,105). Sum of RGB (Red+Green+Blue) = 91+116+105=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7469 is #A48B96. Grayscale: #6B6B6B. Windows color (decimal): -10783639 or 6911067. OLE color: 6911067.
HSL color Cylindrical-coordinate representation of color #5B7469: hue angle of 153.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B7469 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 105 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.55 |
| HSL | 153.6º | 0.12% | 0.41% | - |
| HSV(B) | 153.6º | 0.22% | 0.45% | - |
| XYZ | 13.11 | 15.73 | 15.71 | - |
| YUV | 107.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 105 | 0.22 | 0 | 0.09 | 0.55 | 153.6 | 0.12 | 0.41 |
| Hex | 5B | 74 | 69 | 16 | 0 | 9 | 37 | 9A | C | 29 |
| Octal | 133 | 164 | 151 | 26 | 0 | 11 | 67 | 232 | 14 | 51 |
| Binary | 1011011 | 1110100 | 1101001 | 10110 | 0 | 1001 | 110111 | 10011010 | 1100 | 101001 |
Color Harmonies of #5B7469
Complementary color
Monochromatic Colors of #5B7469
Black with #5B7469
Text Example
Text Example
White with #5B7469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7469; }
p { color: rgb(91,116,105); }
H1.HeaderClassName
{
color: #5B7469;
}
.AnyTagClassName
{
color: #5B7469;
}
</style>
background-color css
<style>
a { background-color: #5B7469; }
a { background-color: rgb(91,116,105); }
div.DivClassName
{
background-color: #5B7469;
}
.BgClassName
{
background-color: #5B7469;
}
</style>
border-color css
<style>
span { border-color: #5B7469; }
span { border-color: rgb(91,116,105); }
td.TdClassName
{
border-color: #5B7469;
}
.TagClassName
{
border-color: #5B7469;
}
</style>