Shades of Cutty Sark #5A7D6E
Tints of Cutty Sark #5A7D6E
RGB
CMYK
RGB Variations
Color information
#5A7D6E (or 0x5A7D6E) is known color: Cutty Sark. HEX triplet: 5A, 7D and 6E. RGB value is (90,125,110). Sum of RGB (Red+Green+Blue) = 90+125+110=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D6E is #A58291. Grayscale: #707070. Windows color (decimal): -10846866 or 7241050. OLE color: 7241050.
HSL color Cylindrical-coordinate representation of color #5A7D6E: hue angle of 154.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7D6E is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 110 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.51 |
| HSL | 154.29º | 0.16% | 0.42% | - |
| HSV(B) | 154.29º | 0.28% | 0.49% | - |
| XYZ | 14.36 | 17.97 | 17.46 | - |
| YUV | 112.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 110 | 0.28 | 0 | 0.12 | 0.51 | 154.29 | 0.16 | 0.42 |
| Hex | 5A | 7D | 6E | 1C | 0 | C | 33 | 9A | 10 | 2A |
| Octal | 132 | 175 | 156 | 34 | 0 | 14 | 63 | 232 | 20 | 52 |
| Binary | 1011010 | 1111101 | 1101110 | 11100 | 0 | 1100 | 110011 | 10011010 | 10000 | 101010 |
Color Harmonies of #5A7D6E
Complementary color
Monochromatic Colors of #5A7D6E
Black with #5A7D6E
Text Example
Text Example
White with #5A7D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D6E; }
p { color: rgb(90,125,110); }
H1.HeaderClassName
{
color: #5A7D6E;
}
.AnyTagClassName
{
color: #5A7D6E;
}
</style>
background-color css
<style>
a { background-color: #5A7D6E; }
a { background-color: rgb(90,125,110); }
div.DivClassName
{
background-color: #5A7D6E;
}
.BgClassName
{
background-color: #5A7D6E;
}
</style>
border-color css
<style>
span { border-color: #5A7D6E; }
span { border-color: rgb(90,125,110); }
td.TdClassName
{
border-color: #5A7D6E;
}
.TagClassName
{
border-color: #5A7D6E;
}
</style>