Shades of Cadet Blue #5A9D92
Tints of Cadet Blue #5A9D92
RGB
CMYK
RGB Variations
Color information
#5A9D92 (or 0x5A9D92) is known color: Cadet Blue. HEX triplet: 5A, 9D and 92. RGB value is (90,157,146). Sum of RGB (Red+Green+Blue) = 90+157+146=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9D92 is #A5626D. Grayscale: #878787. Windows color (decimal): -10838638 or 9608538. OLE color: 9608538.
HSL color Cylindrical-coordinate representation of color #5A9D92: hue angle of 170.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D92 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 157 | 146 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.38 |
| HSL | 170.15º | 0.27% | 0.48% | - |
| HSV(B) | 170.15º | 0.43% | 0.62% | - |
| XYZ | 21.46 | 28.36 | 31.54 | - |
| YUV | 135.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 146 | 0.43 | 0 | 0.07 | 0.38 | 170.15 | 0.27 | 0.48 |
| Hex | 5A | 9D | 92 | 2B | 0 | 7 | 26 | AA | 1B | 30 |
| Octal | 132 | 235 | 222 | 53 | 0 | 7 | 46 | 252 | 33 | 60 |
| Binary | 1011010 | 10011101 | 10010010 | 101011 | 0 | 111 | 100110 | 10101010 | 11011 | 110000 |
Color Harmonies of #5A9D92
Complementary color
Monochromatic Colors of #5A9D92
Black with #5A9D92
Text Example
Text Example
White with #5A9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9D92; }
p { color: rgb(90,157,146); }
H1.HeaderClassName
{
color: #5A9D92;
}
.AnyTagClassName
{
color: #5A9D92;
}
</style>
background-color css
<style>
a { background-color: #5A9D92; }
a { background-color: rgb(90,157,146); }
div.DivClassName
{
background-color: #5A9D92;
}
.BgClassName
{
background-color: #5A9D92;
}
</style>
border-color css
<style>
span { border-color: #5A9D92; }
span { border-color: rgb(90,157,146); }
td.TdClassName
{
border-color: #5A9D92;
}
.TagClassName
{
border-color: #5A9D92;
}
</style>