Shades of Cutty Sark #5B7B6E
Tints of Cutty Sark #5B7B6E
RGB
CMYK
RGB Variations
Color information
#5B7B6E (or 0x5B7B6E) is known color: Cutty Sark. HEX triplet: 5B, 7B and 6E. RGB value is (91,123,110). Sum of RGB (Red+Green+Blue) = 91+123+110=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7B6E is #A48491. Grayscale: #6F6F6F. Windows color (decimal): -10781842 or 7240539. OLE color: 7240539.
HSL color Cylindrical-coordinate representation of color #5B7B6E: hue angle of 155.62º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B7B6E is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 123 | 110 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.52 |
| HSL | 155.63º | 0.15% | 0.42% | - |
| HSV(B) | 155.63º | 0.26% | 0.48% | - |
| XYZ | 14.21 | 17.52 | 17.38 | - |
| YUV | 111.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 110 | 0.26 | 0 | 0.11 | 0.52 | 155.63 | 0.15 | 0.42 |
| Hex | 5B | 7B | 6E | 1A | 0 | B | 34 | 9C | F | 2A |
| Octal | 133 | 173 | 156 | 32 | 0 | 13 | 64 | 234 | 17 | 52 |
| Binary | 1011011 | 1111011 | 1101110 | 11010 | 0 | 1011 | 110100 | 10011100 | 1111 | 101010 |
Color Harmonies of #5B7B6E
Complementary color
Monochromatic Colors of #5B7B6E
Black with #5B7B6E
Text Example
Text Example
White with #5B7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B6E; }
p { color: rgb(91,123,110); }
H1.HeaderClassName
{
color: #5B7B6E;
}
.AnyTagClassName
{
color: #5B7B6E;
}
</style>
background-color css
<style>
a { background-color: #5B7B6E; }
a { background-color: rgb(91,123,110); }
div.DivClassName
{
background-color: #5B7B6E;
}
.BgClassName
{
background-color: #5B7B6E;
}
</style>
border-color css
<style>
span { border-color: #5B7B6E; }
span { border-color: rgb(91,123,110); }
td.TdClassName
{
border-color: #5B7B6E;
}
.TagClassName
{
border-color: #5B7B6E;
}
</style>