Shades of Keppel #5BAB8A
Tints of Keppel #5BAB8A
RGB
CMYK
RGB Variations
Color information
#5BAB8A (or 0x5BAB8A) is known color: Keppel. HEX triplet: 5B, AB and 8A. RGB value is (91,171,138). Sum of RGB (Red+Green+Blue) = 91+171+138=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB8A is #A45475. Grayscale: #8F8F8F. Windows color (decimal): -10769526 or 9087835. OLE color: 9087835.
HSL color Cylindrical-coordinate representation of color #5BAB8A: hue angle of 155.25º 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 #5BAB8A is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 138 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.33 |
| HSL | 155.25º | 0.32% | 0.51% | - |
| HSV(B) | 155.25º | 0.47% | 0.67% | - |
| XYZ | 23.46 | 33.18 | 29.21 | - |
| YUV | 143.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 138 | 0.47 | 0 | 0.19 | 0.33 | 155.25 | 0.32 | 0.51 |
| Hex | 5B | AB | 8A | 2F | 0 | 13 | 21 | 9B | 20 | 33 |
| Octal | 133 | 253 | 212 | 57 | 0 | 23 | 41 | 233 | 40 | 63 |
| Binary | 1011011 | 10101011 | 10001010 | 101111 | 0 | 10011 | 100001 | 10011011 | 100000 | 110011 |
Color Harmonies of #5BAB8A
Complementary color
Monochromatic Colors of #5BAB8A
Black with #5BAB8A
Text Example
Text Example
White with #5BAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB8A; }
p { color: rgb(91,171,138); }
H1.HeaderClassName
{
color: #5BAB8A;
}
.AnyTagClassName
{
color: #5BAB8A;
}
</style>
background-color css
<style>
a { background-color: #5BAB8A; }
a { background-color: rgb(91,171,138); }
div.DivClassName
{
background-color: #5BAB8A;
}
.BgClassName
{
background-color: #5BAB8A;
}
</style>
border-color css
<style>
span { border-color: #5BAB8A; }
span { border-color: rgb(91,171,138); }
td.TdClassName
{
border-color: #5BAB8A;
}
.TagClassName
{
border-color: #5BAB8A;
}
</style>