Shades of Keppel #5AB693
Tints of Keppel #5AB693
RGB
CMYK
RGB Variations
Color information
#5AB693 (or 0x5AB693) is known color: Keppel. HEX triplet: 5A, B6 and 93. RGB value is (90,182,147). Sum of RGB (Red+Green+Blue) = 90+182+147=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB693 is #A5496C. Grayscale: #969696. Windows color (decimal): -10832237 or 9680474. OLE color: 9680474.
HSL color Cylindrical-coordinate representation of color #5AB693: hue angle of 157.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB693 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 147 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.29 |
| HSL | 157.17º | 0.39% | 0.53% | - |
| HSV(B) | 157.17º | 0.51% | 0.71% | - |
| XYZ | 26.21 | 37.74 | 33.51 | - |
| YUV | 150.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 147 | 0.51 | 0 | 0.19 | 0.29 | 157.17 | 0.39 | 0.53 |
| Hex | 5A | B6 | 93 | 33 | 0 | 13 | 1D | 9D | 27 | 35 |
| Octal | 132 | 266 | 223 | 63 | 0 | 23 | 35 | 235 | 47 | 65 |
| Binary | 1011010 | 10110110 | 10010011 | 110011 | 0 | 10011 | 11101 | 10011101 | 100111 | 110101 |
Color Harmonies of #5AB693
Complementary color
Monochromatic Colors of #5AB693
Black with #5AB693
Text Example
Text Example
White with #5AB693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB693; }
p { color: rgb(90,182,147); }
H1.HeaderClassName
{
color: #5AB693;
}
.AnyTagClassName
{
color: #5AB693;
}
</style>
background-color css
<style>
a { background-color: #5AB693; }
a { background-color: rgb(90,182,147); }
div.DivClassName
{
background-color: #5AB693;
}
.BgClassName
{
background-color: #5AB693;
}
</style>
border-color css
<style>
span { border-color: #5AB693; }
span { border-color: rgb(90,182,147); }
td.TdClassName
{
border-color: #5AB693;
}
.TagClassName
{
border-color: #5AB693;
}
</style>