Shades of Cutty Sark #51907A
Tints of Cutty Sark #51907A
RGB
CMYK
RGB Variations
Color information
#51907A (or 0x51907A) is known color: Cutty Sark. HEX triplet: 51, 90 and 7A. RGB value is (81,144,122). Sum of RGB (Red+Green+Blue) = 81+144+122=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #51907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51907A is #AE6F85. Grayscale: #7A7A7A. Windows color (decimal): -11431814 or 8032337. OLE color: 8032337.
HSL color Cylindrical-coordinate representation of color #51907A: hue angle of 159.05º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51907A is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 144 | 122 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.44 |
| HSL | 159.05º | 0.28% | 0.44% | - |
| HSV(B) | 159.05º | 0.44% | 0.56% | - |
| XYZ | 16.88 | 23.1 | 21.98 | - |
| YUV | 122.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 122 | 0.44 | 0 | 0.15 | 0.44 | 159.05 | 0.28 | 0.44 |
| Hex | 51 | 90 | 7A | 2C | 0 | F | 2C | 9F | 1C | 2C |
| Octal | 121 | 220 | 172 | 54 | 0 | 17 | 54 | 237 | 34 | 54 |
| Binary | 1010001 | 10010000 | 1111010 | 101100 | 0 | 1111 | 101100 | 10011111 | 11100 | 101100 |
Color Harmonies of #51907A
Complementary color
Monochromatic Colors of #51907A
Black with #51907A
Text Example
Text Example
White with #51907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51907A; }
p { color: rgb(81,144,122); }
H1.HeaderClassName
{
color: #51907A;
}
.AnyTagClassName
{
color: #51907A;
}
</style>
background-color css
<style>
a { background-color: #51907A; }
a { background-color: rgb(81,144,122); }
div.DivClassName
{
background-color: #51907A;
}
.BgClassName
{
background-color: #51907A;
}
</style>
border-color css
<style>
span { border-color: #51907A; }
span { border-color: rgb(81,144,122); }
td.TdClassName
{
border-color: #51907A;
}
.TagClassName
{
border-color: #51907A;
}
</style>