Shades of Cutty Sark #5A8E6F
Tints of Cutty Sark #5A8E6F
RGB
CMYK
RGB Variations
Color information
#5A8E6F (or 0x5A8E6F) is known color: Cutty Sark. HEX triplet: 5A, 8E and 6F. RGB value is (90,142,111). Sum of RGB (Red+Green+Blue) = 90+142+111=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #5A8E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8E6F is #A57190. Grayscale: #7A7A7A. Windows color (decimal): -10842513 or 7310938. OLE color: 7310938.
HSL color Cylindrical-coordinate representation of color #5A8E6F: hue angle of 144.23º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8E6F is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 142 | 111 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.44 |
| HSL | 144.23º | 0.22% | 0.45% | - |
| HSV(B) | 144.23º | 0.37% | 0.56% | - |
| XYZ | 16.76 | 22.67 | 18.53 | - |
| YUV | 122.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 111 | 0.37 | 0 | 0.22 | 0.44 | 144.23 | 0.22 | 0.45 |
| Hex | 5A | 8E | 6F | 25 | 0 | 16 | 2C | 90 | 16 | 2D |
| Octal | 132 | 216 | 157 | 45 | 0 | 26 | 54 | 220 | 26 | 55 |
| Binary | 1011010 | 10001110 | 1101111 | 100101 | 0 | 10110 | 101100 | 10010000 | 10110 | 101101 |
Color Harmonies of #5A8E6F
Complementary color
Monochromatic Colors of #5A8E6F
Black with #5A8E6F
Text Example
Text Example
White with #5A8E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8E6F; }
p { color: rgb(90,142,111); }
H1.HeaderClassName
{
color: #5A8E6F;
}
.AnyTagClassName
{
color: #5A8E6F;
}
</style>
background-color css
<style>
a { background-color: #5A8E6F; }
a { background-color: rgb(90,142,111); }
div.DivClassName
{
background-color: #5A8E6F;
}
.BgClassName
{
background-color: #5A8E6F;
}
</style>
border-color css
<style>
span { border-color: #5A8E6F; }
span { border-color: rgb(90,142,111); }
td.TdClassName
{
border-color: #5A8E6F;
}
.TagClassName
{
border-color: #5A8E6F;
}
</style>