Shades of Cutty Sark #5B867B
Tints of Cutty Sark #5B867B
RGB
CMYK
RGB Variations
Color information
#5B867B (or 0x5B867B) is known color: Cutty Sark. HEX triplet: 5B, 86 and 7B. RGB value is (91,134,123). Sum of RGB (Red+Green+Blue) = 91+134+123=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #5B867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B867B is #A47984. Grayscale: #777777. Windows color (decimal): -10779013 or 8095323. OLE color: 8095323.
HSL color Cylindrical-coordinate representation of color #5B867B: hue angle of 164.65º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B867B is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 134 | 123 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.47 |
| HSL | 164.65º | 0.19% | 0.44% | - |
| HSV(B) | 164.65º | 0.32% | 0.53% | - |
| XYZ | 16.41 | 20.7 | 21.87 | - |
| YUV | 119.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 123 | 0.32 | 0 | 0.08 | 0.47 | 164.65 | 0.19 | 0.44 |
| Hex | 5B | 86 | 7B | 20 | 0 | 8 | 2F | A5 | 13 | 2C |
| Octal | 133 | 206 | 173 | 40 | 0 | 10 | 57 | 245 | 23 | 54 |
| Binary | 1011011 | 10000110 | 1111011 | 100000 | 0 | 1000 | 101111 | 10100101 | 10011 | 101100 |
Color Harmonies of #5B867B
Complementary color
Monochromatic Colors of #5B867B
Black with #5B867B
Text Example
Text Example
White with #5B867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B867B; }
p { color: rgb(91,134,123); }
H1.HeaderClassName
{
color: #5B867B;
}
.AnyTagClassName
{
color: #5B867B;
}
</style>
background-color css
<style>
a { background-color: #5B867B; }
a { background-color: rgb(91,134,123); }
div.DivClassName
{
background-color: #5B867B;
}
.BgClassName
{
background-color: #5B867B;
}
</style>
border-color css
<style>
span { border-color: #5B867B; }
span { border-color: rgb(91,134,123); }
td.TdClassName
{
border-color: #5B867B;
}
.TagClassName
{
border-color: #5B867B;
}
</style>