Shades of Cutty Sark #5A726A
Tints of Cutty Sark #5A726A
RGB
CMYK
RGB Variations
Color information
#5A726A (or 0x5A726A) is known color: Cutty Sark. HEX triplet: 5A, 72 and 6A. RGB value is (90,114,106). Sum of RGB (Red+Green+Blue) = 90+114+106=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #5A726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A726A is #A58D95. Grayscale: #696969. Windows color (decimal): -10849686 or 6976090. OLE color: 6976090.
HSL color Cylindrical-coordinate representation of color #5A726A: hue angle of 160º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A726A is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 106 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.55 |
| HSL | 160º | 0.12% | 0.4% | - |
| HSV(B) | 160º | 0.21% | 0.45% | - |
| XYZ | 12.84 | 15.25 | 15.9 | - |
| YUV | 105.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 106 | 0.21 | 0 | 0.07 | 0.55 | 160 | 0.12 | 0.4 |
| Hex | 5A | 72 | 6A | 15 | 0 | 7 | 37 | A0 | C | 28 |
| Octal | 132 | 162 | 152 | 25 | 0 | 7 | 67 | 240 | 14 | 50 |
| Binary | 1011010 | 1110010 | 1101010 | 10101 | 0 | 111 | 110111 | 10100000 | 1100 | 101000 |
Color Harmonies of #5A726A
Complementary color
Monochromatic Colors of #5A726A
Black with #5A726A
Text Example
Text Example
White with #5A726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A726A; }
p { color: rgb(90,114,106); }
H1.HeaderClassName
{
color: #5A726A;
}
.AnyTagClassName
{
color: #5A726A;
}
</style>
background-color css
<style>
a { background-color: #5A726A; }
a { background-color: rgb(90,114,106); }
div.DivClassName
{
background-color: #5A726A;
}
.BgClassName
{
background-color: #5A726A;
}
</style>
border-color css
<style>
span { border-color: #5A726A; }
span { border-color: rgb(90,114,106); }
td.TdClassName
{
border-color: #5A726A;
}
.TagClassName
{
border-color: #5A726A;
}
</style>