Shades of Keppel #5CA694
Tints of Keppel #5CA694
RGB
CMYK
RGB Variations
Color information
#5CA694 (or 0x5CA694) is known color: Keppel. HEX triplet: 5C, A6 and 94. RGB value is (92,166,148). Sum of RGB (Red+Green+Blue) = 92+166+148=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA694 is #A3596B. Grayscale: #8D8D8D. Windows color (decimal): -10705260 or 9741916. OLE color: 9741916.
HSL color Cylindrical-coordinate representation of color #5CA694: hue angle of 165.41º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA694 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 166 | 148 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.35 |
| HSL | 165.41º | 0.29% | 0.51% | - |
| HSV(B) | 165.41º | 0.45% | 0.65% | - |
| XYZ | 23.4 | 31.69 | 32.9 | - |
| YUV | 141.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 166 | 148 | 0.45 | 0 | 0.11 | 0.35 | 165.41 | 0.29 | 0.51 |
| Hex | 5C | A6 | 94 | 2D | 0 | B | 23 | A5 | 1D | 33 |
| Octal | 134 | 246 | 224 | 55 | 0 | 13 | 43 | 245 | 35 | 63 |
| Binary | 1011100 | 10100110 | 10010100 | 101101 | 0 | 1011 | 100011 | 10100101 | 11101 | 110011 |
Color Harmonies of #5CA694
Complementary color
Monochromatic Colors of #5CA694
Black with #5CA694
Text Example
Text Example
White with #5CA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA694; }
p { color: rgb(92,166,148); }
H1.HeaderClassName
{
color: #5CA694;
}
.AnyTagClassName
{
color: #5CA694;
}
</style>
background-color css
<style>
a { background-color: #5CA694; }
a { background-color: rgb(92,166,148); }
div.DivClassName
{
background-color: #5CA694;
}
.BgClassName
{
background-color: #5CA694;
}
</style>
border-color css
<style>
span { border-color: #5CA694; }
span { border-color: rgb(92,166,148); }
td.TdClassName
{
border-color: #5CA694;
}
.TagClassName
{
border-color: #5CA694;
}
</style>