Shades of Cutty Sark #53866B
Tints of Cutty Sark #53866B
RGB
CMYK
RGB Variations
Color information
#53866B (or 0x53866B) is known color: Cutty Sark. HEX triplet: 53, 86 and 6B. RGB value is (83,134,107). Sum of RGB (Red+Green+Blue) = 83+134+107=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #53866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53866B is #AC7994. Grayscale: #737373. Windows color (decimal): -11303317 or 7046739. OLE color: 7046739.
HSL color Cylindrical-coordinate representation of color #53866B: hue angle of 148.24º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53866B is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 107 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.47 |
| HSL | 148.24º | 0.24% | 0.43% | - |
| HSV(B) | 148.24º | 0.38% | 0.53% | - |
| XYZ | 14.75 | 19.95 | 16.98 | - |
| YUV | 115.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 107 | 0.38 | 0 | 0.20 | 0.47 | 148.24 | 0.24 | 0.43 |
| Hex | 53 | 86 | 6B | 26 | 0 | 14 | 2F | 94 | 18 | 2B |
| Octal | 123 | 206 | 153 | 46 | 0 | 24 | 57 | 224 | 30 | 53 |
| Binary | 1010011 | 10000110 | 1101011 | 100110 | 0 | 10100 | 101111 | 10010100 | 11000 | 101011 |
Color Harmonies of #53866B
Complementary color
Monochromatic Colors of #53866B
Black with #53866B
Text Example
Text Example
White with #53866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53866B; }
p { color: rgb(83,134,107); }
H1.HeaderClassName
{
color: #53866B;
}
.AnyTagClassName
{
color: #53866B;
}
</style>
background-color css
<style>
a { background-color: #53866B; }
a { background-color: rgb(83,134,107); }
div.DivClassName
{
background-color: #53866B;
}
.BgClassName
{
background-color: #53866B;
}
</style>
border-color css
<style>
span { border-color: #53866B; }
span { border-color: rgb(83,134,107); }
td.TdClassName
{
border-color: #53866B;
}
.TagClassName
{
border-color: #53866B;
}
</style>