Shades of Cutty Sark #53896B
Tints of Cutty Sark #53896B
RGB
CMYK
RGB Variations
Color information
#53896B (or 0x53896B) is known color: Cutty Sark. HEX triplet: 53, 89 and 6B. RGB value is (83,137,107). Sum of RGB (Red+Green+Blue) = 83+137+107=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #53896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53896B is #AC7694. Grayscale: #757575. Windows color (decimal): -11302549 or 7047507. OLE color: 7047507.
HSL color Cylindrical-coordinate representation of color #53896B: hue angle of 146.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53896B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 107 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.46 |
| HSL | 146.67º | 0.25% | 0.43% | - |
| HSV(B) | 146.67º | 0.39% | 0.54% | - |
| XYZ | 15.17 | 20.79 | 17.12 | - |
| YUV | 117.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 107 | 0.39 | 0 | 0.22 | 0.46 | 146.67 | 0.25 | 0.43 |
| Hex | 53 | 89 | 6B | 27 | 0 | 16 | 2E | 93 | 19 | 2B |
| Octal | 123 | 211 | 153 | 47 | 0 | 26 | 56 | 223 | 31 | 53 |
| Binary | 1010011 | 10001001 | 1101011 | 100111 | 0 | 10110 | 101110 | 10010011 | 11001 | 101011 |
Color Harmonies of #53896B
Complementary color
Monochromatic Colors of #53896B
Black with #53896B
Text Example
Text Example
White with #53896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53896B; }
p { color: rgb(83,137,107); }
H1.HeaderClassName
{
color: #53896B;
}
.AnyTagClassName
{
color: #53896B;
}
</style>
background-color css
<style>
a { background-color: #53896B; }
a { background-color: rgb(83,137,107); }
div.DivClassName
{
background-color: #53896B;
}
.BgClassName
{
background-color: #53896B;
}
</style>
border-color css
<style>
span { border-color: #53896B; }
span { border-color: rgb(83,137,107); }
td.TdClassName
{
border-color: #53896B;
}
.TagClassName
{
border-color: #53896B;
}
</style>