Shades of Cadet Blue #5A9E98
Tints of Cadet Blue #5A9E98
RGB
CMYK
RGB Variations
Color information
#5A9E98 (or 0x5A9E98) is known color: Cadet Blue. HEX triplet: 5A, 9E and 98. RGB value is (90,158,152). Sum of RGB (Red+Green+Blue) = 90+158+152=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9E98 is #A56167. Grayscale: #888888. Windows color (decimal): -10838376 or 10002010. OLE color: 10002010.
HSL color Cylindrical-coordinate representation of color #5A9E98: hue angle of 174.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9E98 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 158 | 152 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.38 |
| HSL | 174.71º | 0.27% | 0.49% | - |
| HSV(B) | 174.71º | 0.43% | 0.62% | - |
| XYZ | 22.11 | 28.89 | 34.12 | - |
| YUV | 136.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 152 | 0.43 | 0 | 0.04 | 0.38 | 174.71 | 0.27 | 0.49 |
| Hex | 5A | 9E | 98 | 2B | 0 | 4 | 26 | AF | 1B | 31 |
| Octal | 132 | 236 | 230 | 53 | 0 | 4 | 46 | 257 | 33 | 61 |
| Binary | 1011010 | 10011110 | 10011000 | 101011 | 0 | 100 | 100110 | 10101111 | 11011 | 110001 |
Color Harmonies of #5A9E98
Complementary color
Monochromatic Colors of #5A9E98
Black with #5A9E98
Text Example
Text Example
White with #5A9E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9E98; }
p { color: rgb(90,158,152); }
H1.HeaderClassName
{
color: #5A9E98;
}
.AnyTagClassName
{
color: #5A9E98;
}
</style>
background-color css
<style>
a { background-color: #5A9E98; }
a { background-color: rgb(90,158,152); }
div.DivClassName
{
background-color: #5A9E98;
}
.BgClassName
{
background-color: #5A9E98;
}
</style>
border-color css
<style>
span { border-color: #5A9E98; }
span { border-color: rgb(90,158,152); }
td.TdClassName
{
border-color: #5A9E98;
}
.TagClassName
{
border-color: #5A9E98;
}
</style>