Shades of Keppel #5BAD8E
Tints of Keppel #5BAD8E
RGB
CMYK
RGB Variations
Color information
#5BAD8E (or 0x5BAD8E) is known color: Keppel. HEX triplet: 5B, AD and 8E. RGB value is (91,173,142). Sum of RGB (Red+Green+Blue) = 91+173+142=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAD8E is #A45271. Grayscale: #909090. Windows color (decimal): -10769010 or 9350491. OLE color: 9350491.
HSL color Cylindrical-coordinate representation of color #5BAD8E: hue angle of 157.32º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAD8E is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 142 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.32 |
| HSL | 157.32º | 0.33% | 0.52% | - |
| HSV(B) | 157.32º | 0.47% | 0.68% | - |
| XYZ | 24.14 | 34.06 | 30.89 | - |
| YUV | 144.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 142 | 0.47 | 0 | 0.18 | 0.32 | 157.32 | 0.33 | 0.52 |
| Hex | 5B | AD | 8E | 2F | 0 | 12 | 20 | 9D | 21 | 34 |
| Octal | 133 | 255 | 216 | 57 | 0 | 22 | 40 | 235 | 41 | 64 |
| Binary | 1011011 | 10101101 | 10001110 | 101111 | 0 | 10010 | 100000 | 10011101 | 100001 | 110100 |
Color Harmonies of #5BAD8E
Complementary color
Monochromatic Colors of #5BAD8E
Black with #5BAD8E
Text Example
Text Example
White with #5BAD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD8E; }
p { color: rgb(91,173,142); }
H1.HeaderClassName
{
color: #5BAD8E;
}
.AnyTagClassName
{
color: #5BAD8E;
}
</style>
background-color css
<style>
a { background-color: #5BAD8E; }
a { background-color: rgb(91,173,142); }
div.DivClassName
{
background-color: #5BAD8E;
}
.BgClassName
{
background-color: #5BAD8E;
}
</style>
border-color css
<style>
span { border-color: #5BAD8E; }
span { border-color: rgb(91,173,142); }
td.TdClassName
{
border-color: #5BAD8E;
}
.TagClassName
{
border-color: #5BAD8E;
}
</style>