Shades of Cutty Sark #5A7169
Tints of Cutty Sark #5A7169
RGB
CMYK
RGB Variations
Color information
#5A7169 (or 0x5A7169) is known color: Cutty Sark. HEX triplet: 5A, 71 and 69. RGB value is (90,113,105). Sum of RGB (Red+Green+Blue) = 90+113+105=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7169 is #A58E96. Grayscale: #696969. Windows color (decimal): -10849943 or 6910298. OLE color: 6910298.
HSL color Cylindrical-coordinate representation of color #5A7169: hue angle of 159.13º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A7169 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 105 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.56 |
| HSL | 159.13º | 0.11% | 0.4% | - |
| HSV(B) | 159.13º | 0.2% | 0.44% | - |
| XYZ | 12.67 | 15 | 15.59 | - |
| YUV | 105.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 105 | 0.20 | 0 | 0.07 | 0.56 | 159.13 | 0.11 | 0.4 |
| Hex | 5A | 71 | 69 | 14 | 0 | 7 | 38 | 9F | B | 28 |
| Octal | 132 | 161 | 151 | 24 | 0 | 7 | 70 | 237 | 13 | 50 |
| Binary | 1011010 | 1110001 | 1101001 | 10100 | 0 | 111 | 111000 | 10011111 | 1011 | 101000 |
Color Harmonies of #5A7169
Complementary color
Monochromatic Colors of #5A7169
Black with #5A7169
Text Example
Text Example
White with #5A7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7169; }
p { color: rgb(90,113,105); }
H1.HeaderClassName
{
color: #5A7169;
}
.AnyTagClassName
{
color: #5A7169;
}
</style>
background-color css
<style>
a { background-color: #5A7169; }
a { background-color: rgb(90,113,105); }
div.DivClassName
{
background-color: #5A7169;
}
.BgClassName
{
background-color: #5A7169;
}
</style>
border-color css
<style>
span { border-color: #5A7169; }
span { border-color: rgb(90,113,105); }
td.TdClassName
{
border-color: #5A7169;
}
.TagClassName
{
border-color: #5A7169;
}
</style>