Shades of Cutty Sark #5A857A
Tints of Cutty Sark #5A857A
RGB
CMYK
RGB Variations
Color information
#5A857A (or 0x5A857A) is known color: Cutty Sark. HEX triplet: 5A, 85 and 7A. RGB value is (90,133,122). Sum of RGB (Red+Green+Blue) = 90+133+122=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #5A857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A857A is #A57A85. Grayscale: #767676. Windows color (decimal): -10844806 or 8029530. OLE color: 8029530.
HSL color Cylindrical-coordinate representation of color #5A857A: hue angle of 164.65º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A857A is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 122 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.48 |
| HSL | 164.65º | 0.19% | 0.44% | - |
| HSV(B) | 164.65º | 0.32% | 0.52% | - |
| XYZ | 16.12 | 20.35 | 21.49 | - |
| YUV | 118.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 122 | 0.32 | 0 | 0.08 | 0.48 | 164.65 | 0.19 | 0.44 |
| Hex | 5A | 85 | 7A | 20 | 0 | 8 | 30 | A5 | 13 | 2C |
| Octal | 132 | 205 | 172 | 40 | 0 | 10 | 60 | 245 | 23 | 54 |
| Binary | 1011010 | 10000101 | 1111010 | 100000 | 0 | 1000 | 110000 | 10100101 | 10011 | 101100 |
Color Harmonies of #5A857A
Complementary color
Monochromatic Colors of #5A857A
Black with #5A857A
Text Example
Text Example
White with #5A857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A857A; }
p { color: rgb(90,133,122); }
H1.HeaderClassName
{
color: #5A857A;
}
.AnyTagClassName
{
color: #5A857A;
}
</style>
background-color css
<style>
a { background-color: #5A857A; }
a { background-color: rgb(90,133,122); }
div.DivClassName
{
background-color: #5A857A;
}
.BgClassName
{
background-color: #5A857A;
}
</style>
border-color css
<style>
span { border-color: #5A857A; }
span { border-color: rgb(90,133,122); }
td.TdClassName
{
border-color: #5A857A;
}
.TagClassName
{
border-color: #5A857A;
}
</style>