Shades of Cutty Sark #51826C
Tints of Cutty Sark #51826C
RGB
CMYK
RGB Variations
Color information
#51826C (or 0x51826C) is known color: Cutty Sark. HEX triplet: 51, 82 and 6C. RGB value is (81,130,108). Sum of RGB (Red+Green+Blue) = 81+130+108=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #51826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51826C is #AE7D93. Grayscale: #707070. Windows color (decimal): -11435412 or 7111249. OLE color: 7111249.
HSL color Cylindrical-coordinate representation of color #51826C: hue angle of 153.06º 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 #51826C is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 108 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.49 |
| HSL | 153.06º | 0.23% | 0.41% | - |
| HSV(B) | 153.06º | 0.38% | 0.51% | - |
| XYZ | 14.08 | 18.8 | 17.07 | - |
| YUV | 112.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 108 | 0.38 | 0 | 0.17 | 0.49 | 153.06 | 0.23 | 0.41 |
| Hex | 51 | 82 | 6C | 26 | 0 | 11 | 31 | 99 | 17 | 29 |
| Octal | 121 | 202 | 154 | 46 | 0 | 21 | 61 | 231 | 27 | 51 |
| Binary | 1010001 | 10000010 | 1101100 | 100110 | 0 | 10001 | 110001 | 10011001 | 10111 | 101001 |
Color Harmonies of #51826C
Complementary color
Monochromatic Colors of #51826C
Black with #51826C
Text Example
Text Example
White with #51826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51826C; }
p { color: rgb(81,130,108); }
H1.HeaderClassName
{
color: #51826C;
}
.AnyTagClassName
{
color: #51826C;
}
</style>
background-color css
<style>
a { background-color: #51826C; }
a { background-color: rgb(81,130,108); }
div.DivClassName
{
background-color: #51826C;
}
.BgClassName
{
background-color: #51826C;
}
</style>
border-color css
<style>
span { border-color: #51826C; }
span { border-color: rgb(81,130,108); }
td.TdClassName
{
border-color: #51826C;
}
.TagClassName
{
border-color: #51826C;
}
</style>