Shades of Cutty Sark #5B7A6C
Tints of Cutty Sark #5B7A6C
RGB
CMYK
RGB Variations
Color information
#5B7A6C (or 0x5B7A6C) is known color: Cutty Sark. HEX triplet: 5B, 7A and 6C. RGB value is (91,122,108). Sum of RGB (Red+Green+Blue) = 91+122+108=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7A6C is #A48593. Grayscale: #6F6F6F. Windows color (decimal): -10782100 or 7109211. OLE color: 7109211.
HSL color Cylindrical-coordinate representation of color #5B7A6C: hue angle of 152.9º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B7A6C is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 122 | 108 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.52 |
| HSL | 152.9º | 0.15% | 0.42% | - |
| HSV(B) | 152.9º | 0.25% | 0.48% | - |
| XYZ | 13.98 | 17.23 | 16.78 | - |
| YUV | 111.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 108 | 0.25 | 0 | 0.11 | 0.52 | 152.9 | 0.15 | 0.42 |
| Hex | 5B | 7A | 6C | 19 | 0 | B | 34 | 99 | F | 2A |
| Octal | 133 | 172 | 154 | 31 | 0 | 13 | 64 | 231 | 17 | 52 |
| Binary | 1011011 | 1111010 | 1101100 | 11001 | 0 | 1011 | 110100 | 10011001 | 1111 | 101010 |
Color Harmonies of #5B7A6C
Complementary color
Monochromatic Colors of #5B7A6C
Black with #5B7A6C
Text Example
Text Example
White with #5B7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7A6C; }
p { color: rgb(91,122,108); }
H1.HeaderClassName
{
color: #5B7A6C;
}
.AnyTagClassName
{
color: #5B7A6C;
}
</style>
background-color css
<style>
a { background-color: #5B7A6C; }
a { background-color: rgb(91,122,108); }
div.DivClassName
{
background-color: #5B7A6C;
}
.BgClassName
{
background-color: #5B7A6C;
}
</style>
border-color css
<style>
span { border-color: #5B7A6C; }
span { border-color: rgb(91,122,108); }
td.TdClassName
{
border-color: #5B7A6C;
}
.TagClassName
{
border-color: #5B7A6C;
}
</style>