Shades of Cadet Blue #5A9E97
Tints of Cadet Blue #5A9E97
RGB
CMYK
RGB Variations
Color information
#5A9E97 (or 0x5A9E97) is known color: Cadet Blue. HEX triplet: 5A, 9E and 97. RGB value is (90,158,151). Sum of RGB (Red+Green+Blue) = 90+158+151=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9E97 is #A56168. Grayscale: #888888. Windows color (decimal): -10838377 or 9936474. OLE color: 9936474.
HSL color Cylindrical-coordinate representation of color #5A9E97: hue angle of 173.82º 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 #5A9E97 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 158 | 151 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.38 |
| HSL | 173.82º | 0.27% | 0.49% | - |
| HSV(B) | 173.82º | 0.43% | 0.62% | - |
| XYZ | 22.03 | 28.86 | 33.69 | - |
| YUV | 136.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 151 | 0.43 | 0 | 0.04 | 0.38 | 173.82 | 0.27 | 0.49 |
| Hex | 5A | 9E | 97 | 2B | 0 | 4 | 26 | AE | 1B | 31 |
| Octal | 132 | 236 | 227 | 53 | 0 | 4 | 46 | 256 | 33 | 61 |
| Binary | 1011010 | 10011110 | 10010111 | 101011 | 0 | 100 | 100110 | 10101110 | 11011 | 110001 |
Color Harmonies of #5A9E97
Complementary color
Monochromatic Colors of #5A9E97
Black with #5A9E97
Text Example
Text Example
White with #5A9E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9E97; }
p { color: rgb(90,158,151); }
H1.HeaderClassName
{
color: #5A9E97;
}
.AnyTagClassName
{
color: #5A9E97;
}
</style>
background-color css
<style>
a { background-color: #5A9E97; }
a { background-color: rgb(90,158,151); }
div.DivClassName
{
background-color: #5A9E97;
}
.BgClassName
{
background-color: #5A9E97;
}
</style>
border-color css
<style>
span { border-color: #5A9E97; }
span { border-color: rgb(90,158,151); }
td.TdClassName
{
border-color: #5A9E97;
}
.TagClassName
{
border-color: #5A9E97;
}
</style>