Shades of Cutty Sark #5A6F67
Tints of Cutty Sark #5A6F67
RGB
CMYK
RGB Variations
Color information
#5A6F67 (or 0x5A6F67) is known color: Cutty Sark. HEX triplet: 5A, 6F and 67. RGB value is (90,111,103). Sum of RGB (Red+Green+Blue) = 90+111+103=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6F67 is #A59098. Grayscale: #676767. Windows color (decimal): -10850457 or 6778714. OLE color: 6778714.
HSL color Cylindrical-coordinate representation of color #5A6F67: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6F67 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 111 | 103 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.56 |
| HSL | 157.14º | 0.1% | 0.39% | - |
| HSV(B) | 157.14º | 0.19% | 0.44% | - |
| XYZ | 12.35 | 14.52 | 14.98 | - |
| YUV | 103.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 103 | 0.19 | 0 | 0.07 | 0.56 | 157.14 | 0.1 | 0.39 |
| Hex | 5A | 6F | 67 | 13 | 0 | 7 | 38 | 9D | A | 27 |
| Octal | 132 | 157 | 147 | 23 | 0 | 7 | 70 | 235 | 12 | 47 |
| Binary | 1011010 | 1101111 | 1100111 | 10011 | 0 | 111 | 111000 | 10011101 | 1010 | 100111 |
Color Harmonies of #5A6F67
Complementary color
Monochromatic Colors of #5A6F67
Black with #5A6F67
Text Example
Text Example
White with #5A6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F67; }
p { color: rgb(90,111,103); }
H1.HeaderClassName
{
color: #5A6F67;
}
.AnyTagClassName
{
color: #5A6F67;
}
</style>
background-color css
<style>
a { background-color: #5A6F67; }
a { background-color: rgb(90,111,103); }
div.DivClassName
{
background-color: #5A6F67;
}
.BgClassName
{
background-color: #5A6F67;
}
</style>
border-color css
<style>
span { border-color: #5A6F67; }
span { border-color: rgb(90,111,103); }
td.TdClassName
{
border-color: #5A6F67;
}
.TagClassName
{
border-color: #5A6F67;
}
</style>