Shades of Keppel #5BA99D
Tints of Keppel #5BA99D
RGB
CMYK
RGB Variations
Color information
#5BA99D (or 0x5BA99D) is known color: Keppel. HEX triplet: 5B, A9 and 9D. RGB value is (91,169,157). Sum of RGB (Red+Green+Blue) = 91+169+157=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA99D is #A45662. Grayscale: #909090. Windows color (decimal): -10770019 or 10332507. OLE color: 10332507.
HSL color Cylindrical-coordinate representation of color #5BA99D: hue angle of 170.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA99D is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 157 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.34 |
| HSL | 170.77º | 0.31% | 0.51% | - |
| HSV(B) | 170.77º | 0.46% | 0.66% | - |
| XYZ | 24.59 | 33.03 | 36.98 | - |
| YUV | 144.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 157 | 0.46 | 0 | 0.07 | 0.34 | 170.77 | 0.31 | 0.51 |
| Hex | 5B | A9 | 9D | 2E | 0 | 7 | 22 | AB | 1F | 33 |
| Octal | 133 | 251 | 235 | 56 | 0 | 7 | 42 | 253 | 37 | 63 |
| Binary | 1011011 | 10101001 | 10011101 | 101110 | 0 | 111 | 100010 | 10101011 | 11111 | 110011 |
Color Harmonies of #5BA99D
Complementary color
Monochromatic Colors of #5BA99D
Black with #5BA99D
Text Example
Text Example
White with #5BA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA99D; }
p { color: rgb(91,169,157); }
H1.HeaderClassName
{
color: #5BA99D;
}
.AnyTagClassName
{
color: #5BA99D;
}
</style>
background-color css
<style>
a { background-color: #5BA99D; }
a { background-color: rgb(91,169,157); }
div.DivClassName
{
background-color: #5BA99D;
}
.BgClassName
{
background-color: #5BA99D;
}
</style>
border-color css
<style>
span { border-color: #5BA99D; }
span { border-color: rgb(91,169,157); }
td.TdClassName
{
border-color: #5BA99D;
}
.TagClassName
{
border-color: #5BA99D;
}
</style>