Shades of Cutty Sark #5A867A
Tints of Cutty Sark #5A867A
RGB
CMYK
RGB Variations
Color information
#5A867A (or 0x5A867A) is known color: Cutty Sark. HEX triplet: 5A, 86 and 7A. RGB value is (90,134,122). Sum of RGB (Red+Green+Blue) = 90+134+122=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #5A867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A867A is #A57985. Grayscale: #777777. Windows color (decimal): -10844550 or 8029786. OLE color: 8029786.
HSL color Cylindrical-coordinate representation of color #5A867A: hue angle of 163.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A867A is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 122 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.47 |
| HSL | 163.64º | 0.2% | 0.44% | - |
| HSV(B) | 163.64º | 0.33% | 0.53% | - |
| XYZ | 16.25 | 20.63 | 21.54 | - |
| YUV | 119.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 122 | 0.33 | 0 | 0.09 | 0.47 | 163.64 | 0.2 | 0.44 |
| Hex | 5A | 86 | 7A | 21 | 0 | 9 | 2F | A4 | 14 | 2C |
| Octal | 132 | 206 | 172 | 41 | 0 | 11 | 57 | 244 | 24 | 54 |
| Binary | 1011010 | 10000110 | 1111010 | 100001 | 0 | 1001 | 101111 | 10100100 | 10100 | 101100 |
Color Harmonies of #5A867A
Complementary color
Monochromatic Colors of #5A867A
Black with #5A867A
Text Example
Text Example
White with #5A867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A867A; }
p { color: rgb(90,134,122); }
H1.HeaderClassName
{
color: #5A867A;
}
.AnyTagClassName
{
color: #5A867A;
}
</style>
background-color css
<style>
a { background-color: #5A867A; }
a { background-color: rgb(90,134,122); }
div.DivClassName
{
background-color: #5A867A;
}
.BgClassName
{
background-color: #5A867A;
}
</style>
border-color css
<style>
span { border-color: #5A867A; }
span { border-color: rgb(90,134,122); }
td.TdClassName
{
border-color: #5A867A;
}
.TagClassName
{
border-color: #5A867A;
}
</style>