Shades of Cutty Sark #5B846C
Tints of Cutty Sark #5B846C
RGB
CMYK
RGB Variations
Color information
#5B846C (or 0x5B846C) is known color: Cutty Sark. HEX triplet: 5B, 84 and 6C. RGB value is (91,132,108). Sum of RGB (Red+Green+Blue) = 91+132+108=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #5B846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B846C is #A47B93. Grayscale: #757575. Windows color (decimal): -10779540 or 7111771. OLE color: 7111771.
HSL color Cylindrical-coordinate representation of color #5B846C: hue angle of 144.88º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B846C is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 132 | 108 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.48 |
| HSL | 144.88º | 0.18% | 0.44% | - |
| HSV(B) | 144.88º | 0.31% | 0.52% | - |
| XYZ | 15.27 | 19.81 | 17.21 | - |
| YUV | 117.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 108 | 0.31 | 0 | 0.18 | 0.48 | 144.88 | 0.18 | 0.44 |
| Hex | 5B | 84 | 6C | 1F | 0 | 12 | 30 | 91 | 12 | 2C |
| Octal | 133 | 204 | 154 | 37 | 0 | 22 | 60 | 221 | 22 | 54 |
| Binary | 1011011 | 10000100 | 1101100 | 11111 | 0 | 10010 | 110000 | 10010001 | 10010 | 101100 |
Color Harmonies of #5B846C
Complementary color
Monochromatic Colors of #5B846C
Black with #5B846C
Text Example
Text Example
White with #5B846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B846C; }
p { color: rgb(91,132,108); }
H1.HeaderClassName
{
color: #5B846C;
}
.AnyTagClassName
{
color: #5B846C;
}
</style>
background-color css
<style>
a { background-color: #5B846C; }
a { background-color: rgb(91,132,108); }
div.DivClassName
{
background-color: #5B846C;
}
.BgClassName
{
background-color: #5B846C;
}
</style>
border-color css
<style>
span { border-color: #5B846C; }
span { border-color: rgb(91,132,108); }
td.TdClassName
{
border-color: #5B846C;
}
.TagClassName
{
border-color: #5B846C;
}
</style>