Shades of Keppel #5BAF93
Tints of Keppel #5BAF93
RGB
CMYK
RGB Variations
Color information
#5BAF93 (or 0x5BAF93) is known color: Keppel. HEX triplet: 5B, AF and 93. RGB value is (91,175,147). Sum of RGB (Red+Green+Blue) = 91+175+147=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAF93 is #A4506C. Grayscale: #929292. Windows color (decimal): -10768493 or 9678683. OLE color: 9678683.
HSL color Cylindrical-coordinate representation of color #5BAF93: hue angle of 160º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF93 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 147 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.31 |
| HSL | 160º | 0.34% | 0.52% | - |
| HSV(B) | 160º | 0.48% | 0.69% | - |
| XYZ | 24.91 | 34.99 | 33.04 | - |
| YUV | 146.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 147 | 0.48 | 0 | 0.16 | 0.31 | 160 | 0.34 | 0.52 |
| Hex | 5B | AF | 93 | 30 | 0 | 10 | 1F | A0 | 22 | 34 |
| Octal | 133 | 257 | 223 | 60 | 0 | 20 | 37 | 240 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10010011 | 110000 | 0 | 10000 | 11111 | 10100000 | 100010 | 110100 |
Color Harmonies of #5BAF93
Complementary color
Monochromatic Colors of #5BAF93
Black with #5BAF93
Text Example
Text Example
White with #5BAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF93; }
p { color: rgb(91,175,147); }
H1.HeaderClassName
{
color: #5BAF93;
}
.AnyTagClassName
{
color: #5BAF93;
}
</style>
background-color css
<style>
a { background-color: #5BAF93; }
a { background-color: rgb(91,175,147); }
div.DivClassName
{
background-color: #5BAF93;
}
.BgClassName
{
background-color: #5BAF93;
}
</style>
border-color css
<style>
span { border-color: #5BAF93; }
span { border-color: rgb(91,175,147); }
td.TdClassName
{
border-color: #5BAF93;
}
.TagClassName
{
border-color: #5BAF93;
}
</style>