Shades of Cutty Sark #51826A
Tints of Cutty Sark #51826A
RGB
CMYK
RGB Variations
Color information
#51826A (or 0x51826A) is known color: Cutty Sark. HEX triplet: 51, 82 and 6A. RGB value is (81,130,106). Sum of RGB (Red+Green+Blue) = 81+130+106=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #51826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51826A is #AE7D95. Grayscale: #707070. Windows color (decimal): -11435414 or 6980177. OLE color: 6980177.
HSL color Cylindrical-coordinate representation of color #51826A: hue angle of 150.61º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51826A is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 106 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.49 |
| HSL | 150.61º | 0.23% | 0.41% | - |
| HSV(B) | 150.61º | 0.38% | 0.51% | - |
| XYZ | 13.98 | 18.76 | 16.52 | - |
| YUV | 112.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 106 | 0.38 | 0 | 0.18 | 0.49 | 150.61 | 0.23 | 0.41 |
| Hex | 51 | 82 | 6A | 26 | 0 | 12 | 31 | 97 | 17 | 29 |
| Octal | 121 | 202 | 152 | 46 | 0 | 22 | 61 | 227 | 27 | 51 |
| Binary | 1010001 | 10000010 | 1101010 | 100110 | 0 | 10010 | 110001 | 10010111 | 10111 | 101001 |
Color Harmonies of #51826A
Complementary color
Monochromatic Colors of #51826A
Black with #51826A
Text Example
Text Example
White with #51826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51826A; }
p { color: rgb(81,130,106); }
H1.HeaderClassName
{
color: #51826A;
}
.AnyTagClassName
{
color: #51826A;
}
</style>
background-color css
<style>
a { background-color: #51826A; }
a { background-color: rgb(81,130,106); }
div.DivClassName
{
background-color: #51826A;
}
.BgClassName
{
background-color: #51826A;
}
</style>
border-color css
<style>
span { border-color: #51826A; }
span { border-color: rgb(81,130,106); }
td.TdClassName
{
border-color: #51826A;
}
.TagClassName
{
border-color: #51826A;
}
</style>