Shades of Cadet Blue #5CA398
Tints of Cadet Blue #5CA398
RGB
CMYK
RGB Variations
Color information
#5CA398 (or 0x5CA398) is known color: Cadet Blue. HEX triplet: 5C, A3 and 98. RGB value is (92,163,152). Sum of RGB (Red+Green+Blue) = 92+163+152=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA398 is #A35C67. Grayscale: #8C8C8C. Windows color (decimal): -10706024 or 10003292. OLE color: 10003292.
HSL color Cylindrical-coordinate representation of color #5CA398: hue angle of 170.7º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA398 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 163 | 152 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.36 |
| HSL | 170.7º | 0.28% | 0.5% | - |
| HSV(B) | 170.7º | 0.44% | 0.64% | - |
| XYZ | 23.18 | 30.74 | 34.42 | - |
| YUV | 140.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 163 | 152 | 0.44 | 0 | 0.07 | 0.36 | 170.7 | 0.28 | 0.5 |
| Hex | 5C | A3 | 98 | 2C | 0 | 7 | 24 | AB | 1C | 32 |
| Octal | 134 | 243 | 230 | 54 | 0 | 7 | 44 | 253 | 34 | 62 |
| Binary | 1011100 | 10100011 | 10011000 | 101100 | 0 | 111 | 100100 | 10101011 | 11100 | 110010 |
Color Harmonies of #5CA398
Complementary color
Monochromatic Colors of #5CA398
Black with #5CA398
Text Example
Text Example
White with #5CA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA398; }
p { color: rgb(92,163,152); }
H1.HeaderClassName
{
color: #5CA398;
}
.AnyTagClassName
{
color: #5CA398;
}
</style>
background-color css
<style>
a { background-color: #5CA398; }
a { background-color: rgb(92,163,152); }
div.DivClassName
{
background-color: #5CA398;
}
.BgClassName
{
background-color: #5CA398;
}
</style>
border-color css
<style>
span { border-color: #5CA398; }
span { border-color: rgb(92,163,152); }
td.TdClassName
{
border-color: #5CA398;
}
.TagClassName
{
border-color: #5CA398;
}
</style>