Shades of Cutty Sark #56856B
Tints of Cutty Sark #56856B
RGB
CMYK
RGB Variations
Color information
#56856B (or 0x56856B) is known color: Cutty Sark. HEX triplet: 56, 85 and 6B. RGB value is (86,133,107). Sum of RGB (Red+Green+Blue) = 86+133+107=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #56856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56856B is #A97A94. Grayscale: #747474. Windows color (decimal): -11106965 or 7046486. OLE color: 7046486.
HSL color Cylindrical-coordinate representation of color #56856B: hue angle of 146.81º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56856B is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 133 | 107 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.48 |
| HSL | 146.81º | 0.21% | 0.43% | - |
| HSV(B) | 146.81º | 0.35% | 0.52% | - |
| XYZ | 14.88 | 19.82 | 16.95 | - |
| YUV | 115.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 133 | 107 | 0.35 | 0 | 0.20 | 0.48 | 146.81 | 0.21 | 0.43 |
| Hex | 56 | 85 | 6B | 23 | 0 | 14 | 30 | 93 | 15 | 2B |
| Octal | 126 | 205 | 153 | 43 | 0 | 24 | 60 | 223 | 25 | 53 |
| Binary | 1010110 | 10000101 | 1101011 | 100011 | 0 | 10100 | 110000 | 10010011 | 10101 | 101011 |
Color Harmonies of #56856B
Complementary color
Monochromatic Colors of #56856B
Black with #56856B
Text Example
Text Example
White with #56856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56856B; }
p { color: rgb(86,133,107); }
H1.HeaderClassName
{
color: #56856B;
}
.AnyTagClassName
{
color: #56856B;
}
</style>
background-color css
<style>
a { background-color: #56856B; }
a { background-color: rgb(86,133,107); }
div.DivClassName
{
background-color: #56856B;
}
.BgClassName
{
background-color: #56856B;
}
</style>
border-color css
<style>
span { border-color: #56856B; }
span { border-color: rgb(86,133,107); }
td.TdClassName
{
border-color: #56856B;
}
.TagClassName
{
border-color: #56856B;
}
</style>