Shades of Keppel #5BAE9E
Tints of Keppel #5BAE9E
RGB
CMYK
RGB Variations
Color information
#5BAE9E (or 0x5BAE9E) is known color: Keppel. HEX triplet: 5B, AE and 9E. RGB value is (91,174,158). Sum of RGB (Red+Green+Blue) = 91+174+158=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAE9E is #A45161. Grayscale: #939393. Windows color (decimal): -10768738 or 10399323. OLE color: 10399323.
HSL color Cylindrical-coordinate representation of color #5BAE9E: hue angle of 168.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE9E is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 158 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.32 |
| HSL | 168.43º | 0.34% | 0.52% | - |
| HSV(B) | 168.43º | 0.48% | 0.68% | - |
| XYZ | 25.62 | 34.96 | 37.75 | - |
| YUV | 147.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 158 | 0.48 | 0 | 0.09 | 0.32 | 168.43 | 0.34 | 0.52 |
| Hex | 5B | AE | 9E | 30 | 0 | 9 | 20 | A8 | 22 | 34 |
| Octal | 133 | 256 | 236 | 60 | 0 | 11 | 40 | 250 | 42 | 64 |
| Binary | 1011011 | 10101110 | 10011110 | 110000 | 0 | 1001 | 100000 | 10101000 | 100010 | 110100 |
Color Harmonies of #5BAE9E
Complementary color
Monochromatic Colors of #5BAE9E
Black with #5BAE9E
Text Example
Text Example
White with #5BAE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE9E; }
p { color: rgb(91,174,158); }
H1.HeaderClassName
{
color: #5BAE9E;
}
.AnyTagClassName
{
color: #5BAE9E;
}
</style>
background-color css
<style>
a { background-color: #5BAE9E; }
a { background-color: rgb(91,174,158); }
div.DivClassName
{
background-color: #5BAE9E;
}
.BgClassName
{
background-color: #5BAE9E;
}
</style>
border-color css
<style>
span { border-color: #5BAE9E; }
span { border-color: rgb(91,174,158); }
td.TdClassName
{
border-color: #5BAE9E;
}
.TagClassName
{
border-color: #5BAE9E;
}
</style>