Shades of Cutty Sark #5A7A6C
Tints of Cutty Sark #5A7A6C
RGB
CMYK
RGB Variations
Color information
#5A7A6C (or 0x5A7A6C) is known color: Cutty Sark. HEX triplet: 5A, 7A and 6C. RGB value is (90,122,108). Sum of RGB (Red+Green+Blue) = 90+122+108=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A6C is #A58593. Grayscale: #6E6E6E. Windows color (decimal): -10847636 or 7109210. OLE color: 7109210.
HSL color Cylindrical-coordinate representation of color #5A7A6C: hue angle of 153.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7A6C is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 108 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.52 |
| HSL | 153.75º | 0.15% | 0.42% | - |
| HSV(B) | 153.75º | 0.26% | 0.48% | - |
| XYZ | 13.88 | 17.18 | 16.77 | - |
| YUV | 110.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 108 | 0.26 | 0 | 0.11 | 0.52 | 153.75 | 0.15 | 0.42 |
| Hex | 5A | 7A | 6C | 1A | 0 | B | 34 | 9A | F | 2A |
| Octal | 132 | 172 | 154 | 32 | 0 | 13 | 64 | 232 | 17 | 52 |
| Binary | 1011010 | 1111010 | 1101100 | 11010 | 0 | 1011 | 110100 | 10011010 | 1111 | 101010 |
Color Harmonies of #5A7A6C
Complementary color
Monochromatic Colors of #5A7A6C
Black with #5A7A6C
Text Example
Text Example
White with #5A7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A6C; }
p { color: rgb(90,122,108); }
H1.HeaderClassName
{
color: #5A7A6C;
}
.AnyTagClassName
{
color: #5A7A6C;
}
</style>
background-color css
<style>
a { background-color: #5A7A6C; }
a { background-color: rgb(90,122,108); }
div.DivClassName
{
background-color: #5A7A6C;
}
.BgClassName
{
background-color: #5A7A6C;
}
</style>
border-color css
<style>
span { border-color: #5A7A6C; }
span { border-color: rgb(90,122,108); }
td.TdClassName
{
border-color: #5A7A6C;
}
.TagClassName
{
border-color: #5A7A6C;
}
</style>