Shades of Cutty Sark #5A786F
Tints of Cutty Sark #5A786F
RGB
CMYK
RGB Variations
Color information
#5A786F (or 0x5A786F) is known color: Cutty Sark. HEX triplet: 5A, 78 and 6F. RGB value is (90,120,111). Sum of RGB (Red+Green+Blue) = 90+120+111=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #5A786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A786F is #A58790. Grayscale: #6E6E6E. Windows color (decimal): -10848145 or 7305306. OLE color: 7305306.
HSL color Cylindrical-coordinate representation of color #5A786F: hue angle of 162º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A786F is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 111 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.53 |
| HSL | 162º | 0.14% | 0.41% | - |
| HSV(B) | 162º | 0.25% | 0.47% | - |
| XYZ | 13.8 | 16.75 | 17.55 | - |
| YUV | 110 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 111 | 0.25 | 0 | 0.08 | 0.53 | 162 | 0.14 | 0.41 |
| Hex | 5A | 78 | 6F | 19 | 0 | 8 | 35 | A2 | E | 29 |
| Octal | 132 | 170 | 157 | 31 | 0 | 10 | 65 | 242 | 16 | 51 |
| Binary | 1011010 | 1111000 | 1101111 | 11001 | 0 | 1000 | 110101 | 10100010 | 1110 | 101001 |
Color Harmonies of #5A786F
Complementary color
Monochromatic Colors of #5A786F
Black with #5A786F
Text Example
Text Example
White with #5A786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A786F; }
p { color: rgb(90,120,111); }
H1.HeaderClassName
{
color: #5A786F;
}
.AnyTagClassName
{
color: #5A786F;
}
</style>
background-color css
<style>
a { background-color: #5A786F; }
a { background-color: rgb(90,120,111); }
div.DivClassName
{
background-color: #5A786F;
}
.BgClassName
{
background-color: #5A786F;
}
</style>
border-color css
<style>
span { border-color: #5A786F; }
span { border-color: rgb(90,120,111); }
td.TdClassName
{
border-color: #5A786F;
}
.TagClassName
{
border-color: #5A786F;
}
</style>