Shades of Keppel #5BAB9C
Tints of Keppel #5BAB9C
RGB
CMYK
RGB Variations
Color information
#5BAB9C (or 0x5BAB9C) is known color: Keppel. HEX triplet: 5B, AB and 9C. RGB value is (91,171,156). Sum of RGB (Red+Green+Blue) = 91+171+156=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB9C is #A45463. Grayscale: #919191. Windows color (decimal): -10769508 or 10267483. OLE color: 10267483.
HSL color Cylindrical-coordinate representation of color #5BAB9C: hue angle of 168.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB9C is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 156 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.33 |
| HSL | 168.75º | 0.32% | 0.51% | - |
| HSV(B) | 168.75º | 0.47% | 0.67% | - |
| XYZ | 24.88 | 33.75 | 36.66 | - |
| YUV | 145.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 156 | 0.47 | 0 | 0.09 | 0.33 | 168.75 | 0.32 | 0.51 |
| Hex | 5B | AB | 9C | 2F | 0 | 9 | 21 | A9 | 20 | 33 |
| Octal | 133 | 253 | 234 | 57 | 0 | 11 | 41 | 251 | 40 | 63 |
| Binary | 1011011 | 10101011 | 10011100 | 101111 | 0 | 1001 | 100001 | 10101001 | 100000 | 110011 |
Color Harmonies of #5BAB9C
Complementary color
Monochromatic Colors of #5BAB9C
Black with #5BAB9C
Text Example
Text Example
White with #5BAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB9C; }
p { color: rgb(91,171,156); }
H1.HeaderClassName
{
color: #5BAB9C;
}
.AnyTagClassName
{
color: #5BAB9C;
}
</style>
background-color css
<style>
a { background-color: #5BAB9C; }
a { background-color: rgb(91,171,156); }
div.DivClassName
{
background-color: #5BAB9C;
}
.BgClassName
{
background-color: #5BAB9C;
}
</style>
border-color css
<style>
span { border-color: #5BAB9C; }
span { border-color: rgb(91,171,156); }
td.TdClassName
{
border-color: #5BAB9C;
}
.TagClassName
{
border-color: #5BAB9C;
}
</style>