Shades of Keppel #5DAC92
Tints of Keppel #5DAC92
RGB
CMYK
RGB Variations
Color information
#5DAC92 (or 0x5DAC92) is known color: Keppel. HEX triplet: 5D, AC and 92. RGB value is (93,172,146). Sum of RGB (Red+Green+Blue) = 93+172+146=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAC92 is #A2536D. Grayscale: #919191. Windows color (decimal): -10638190 or 9612381. OLE color: 9612381.
HSL color Cylindrical-coordinate representation of color #5DAC92: hue angle of 160.25º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAC92 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 146 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.33 |
| HSL | 160.25º | 0.32% | 0.52% | - |
| HSV(B) | 160.25º | 0.46% | 0.67% | - |
| XYZ | 24.46 | 33.91 | 32.45 | - |
| YUV | 145.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 146 | 0.46 | 0 | 0.15 | 0.33 | 160.25 | 0.32 | 0.52 |
| Hex | 5D | AC | 92 | 2E | 0 | F | 21 | A0 | 20 | 34 |
| Octal | 135 | 254 | 222 | 56 | 0 | 17 | 41 | 240 | 40 | 64 |
| Binary | 1011101 | 10101100 | 10010010 | 101110 | 0 | 1111 | 100001 | 10100000 | 100000 | 110100 |
Color Harmonies of #5DAC92
Complementary color
Monochromatic Colors of #5DAC92
Black with #5DAC92
Text Example
Text Example
White with #5DAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC92; }
p { color: rgb(93,172,146); }
H1.HeaderClassName
{
color: #5DAC92;
}
.AnyTagClassName
{
color: #5DAC92;
}
</style>
background-color css
<style>
a { background-color: #5DAC92; }
a { background-color: rgb(93,172,146); }
div.DivClassName
{
background-color: #5DAC92;
}
.BgClassName
{
background-color: #5DAC92;
}
</style>
border-color css
<style>
span { border-color: #5DAC92; }
span { border-color: rgb(93,172,146); }
td.TdClassName
{
border-color: #5DAC92;
}
.TagClassName
{
border-color: #5DAC92;
}
</style>