Shades of Cutty Sark #567B70
Tints of Cutty Sark #567B70
RGB
CMYK
RGB Variations
Color information
#567B70 (or 0x567B70) is known color: Cutty Sark. HEX triplet: 56, 7B and 70. RGB value is (86,123,112). Sum of RGB (Red+Green+Blue) = 86+123+112=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #567B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567B70 is #A9848F. Grayscale: #6E6E6E. Windows color (decimal): -11109520 or 7371606. OLE color: 7371606.
HSL color Cylindrical-coordinate representation of color #567B70: hue angle of 162.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567B70 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 123 | 112 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.52 |
| HSL | 162.16º | 0.18% | 0.41% | - |
| HSV(B) | 162.16º | 0.3% | 0.48% | - |
| XYZ | 13.85 | 17.31 | 17.94 | - |
| YUV | 110.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 112 | 0.30 | 0 | 0.09 | 0.52 | 162.16 | 0.18 | 0.41 |
| Hex | 56 | 7B | 70 | 1E | 0 | 9 | 34 | A2 | 12 | 29 |
| Octal | 126 | 173 | 160 | 36 | 0 | 11 | 64 | 242 | 22 | 51 |
| Binary | 1010110 | 1111011 | 1110000 | 11110 | 0 | 1001 | 110100 | 10100010 | 10010 | 101001 |
Color Harmonies of #567B70
Complementary color
Monochromatic Colors of #567B70
Black with #567B70
Text Example
Text Example
White with #567B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B70; }
p { color: rgb(86,123,112); }
H1.HeaderClassName
{
color: #567B70;
}
.AnyTagClassName
{
color: #567B70;
}
</style>
background-color css
<style>
a { background-color: #567B70; }
a { background-color: rgb(86,123,112); }
div.DivClassName
{
background-color: #567B70;
}
.BgClassName
{
background-color: #567B70;
}
</style>
border-color css
<style>
span { border-color: #567B70; }
span { border-color: rgb(86,123,112); }
td.TdClassName
{
border-color: #567B70;
}
.TagClassName
{
border-color: #567B70;
}
</style>