Shades of Cutty Sark #5A847B
Tints of Cutty Sark #5A847B
RGB
CMYK
RGB Variations
Color information
#5A847B (or 0x5A847B) is known color: Cutty Sark. HEX triplet: 5A, 84 and 7B. RGB value is (90,132,123). Sum of RGB (Red+Green+Blue) = 90+132+123=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #5A847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A847B is #A57B84. Grayscale: #767676. Windows color (decimal): -10845061 or 8094810. OLE color: 8094810.
HSL color Cylindrical-coordinate representation of color #5A847B: hue angle of 167.14º 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 #5A847B is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 123 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.48 |
| HSL | 167.14º | 0.19% | 0.44% | - |
| HSV(B) | 167.14º | 0.32% | 0.52% | - |
| XYZ | 16.04 | 20.11 | 21.77 | - |
| YUV | 118.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 123 | 0.32 | 0 | 0.07 | 0.48 | 167.14 | 0.19 | 0.44 |
| Hex | 5A | 84 | 7B | 20 | 0 | 7 | 30 | A7 | 13 | 2C |
| Octal | 132 | 204 | 173 | 40 | 0 | 7 | 60 | 247 | 23 | 54 |
| Binary | 1011010 | 10000100 | 1111011 | 100000 | 0 | 111 | 110000 | 10100111 | 10011 | 101100 |
Color Harmonies of #5A847B
Complementary color
Monochromatic Colors of #5A847B
Black with #5A847B
Text Example
Text Example
White with #5A847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A847B; }
p { color: rgb(90,132,123); }
H1.HeaderClassName
{
color: #5A847B;
}
.AnyTagClassName
{
color: #5A847B;
}
</style>
background-color css
<style>
a { background-color: #5A847B; }
a { background-color: rgb(90,132,123); }
div.DivClassName
{
background-color: #5A847B;
}
.BgClassName
{
background-color: #5A847B;
}
</style>
border-color css
<style>
span { border-color: #5A847B; }
span { border-color: rgb(90,132,123); }
td.TdClassName
{
border-color: #5A847B;
}
.TagClassName
{
border-color: #5A847B;
}
</style>