Shades of Keppel #5BAE9D
Tints of Keppel #5BAE9D
RGB
CMYK
RGB Variations
Color information
#5BAE9D (or 0x5BAE9D) is known color: Keppel. HEX triplet: 5B, AE and 9D. RGB value is (91,174,157). Sum of RGB (Red+Green+Blue) = 91+174+157=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAE9D is #A45162. Grayscale: #939393. Windows color (decimal): -10768739 or 10333787. OLE color: 10333787.
HSL color Cylindrical-coordinate representation of color #5BAE9D: hue angle of 167.71º 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 #5BAE9D is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 157 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.32 |
| HSL | 167.71º | 0.34% | 0.52% | - |
| HSV(B) | 167.71º | 0.48% | 0.68% | - |
| XYZ | 25.54 | 34.93 | 37.29 | - |
| YUV | 147.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 157 | 0.48 | 0 | 0.10 | 0.32 | 167.71 | 0.34 | 0.52 |
| Hex | 5B | AE | 9D | 30 | 0 | A | 20 | A8 | 22 | 34 |
| Octal | 133 | 256 | 235 | 60 | 0 | 12 | 40 | 250 | 42 | 64 |
| Binary | 1011011 | 10101110 | 10011101 | 110000 | 0 | 1010 | 100000 | 10101000 | 100010 | 110100 |
Color Harmonies of #5BAE9D
Complementary color
Monochromatic Colors of #5BAE9D
Black with #5BAE9D
Text Example
Text Example
White with #5BAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE9D; }
p { color: rgb(91,174,157); }
H1.HeaderClassName
{
color: #5BAE9D;
}
.AnyTagClassName
{
color: #5BAE9D;
}
</style>
background-color css
<style>
a { background-color: #5BAE9D; }
a { background-color: rgb(91,174,157); }
div.DivClassName
{
background-color: #5BAE9D;
}
.BgClassName
{
background-color: #5BAE9D;
}
</style>
border-color css
<style>
span { border-color: #5BAE9D; }
span { border-color: rgb(91,174,157); }
td.TdClassName
{
border-color: #5BAE9D;
}
.TagClassName
{
border-color: #5BAE9D;
}
</style>