Shades of Cadet Blue #5A9998
Tints of Cadet Blue #5A9998
RGB
CMYK
RGB Variations
Color information
#5A9998 (or 0x5A9998) is known color: Cadet Blue. HEX triplet: 5A, 99 and 98. RGB value is (90,153,152). Sum of RGB (Red+Green+Blue) = 90+153+152=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9998 is #A56667. Grayscale: #858585. Windows color (decimal): -10839656 or 10000730. OLE color: 10000730.
HSL color Cylindrical-coordinate representation of color #5A9998: hue angle of 179.05º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9998 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 153 | 152 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.4 |
| HSL | 179.05º | 0.26% | 0.48% | - |
| HSV(B) | 179.05º | 0.41% | 0.6% | - |
| XYZ | 21.28 | 27.22 | 33.84 | - |
| YUV | 134.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 152 | 0.41 | 0 | 0.01 | 0.4 | 179.05 | 0.26 | 0.48 |
| Hex | 5A | 99 | 98 | 29 | 0 | 1 | 28 | B3 | 1A | 30 |
| Octal | 132 | 231 | 230 | 51 | 0 | 1 | 50 | 263 | 32 | 60 |
| Binary | 1011010 | 10011001 | 10011000 | 101001 | 0 | 1 | 101000 | 10110011 | 11010 | 110000 |
Color Harmonies of #5A9998
Complementary color
Monochromatic Colors of #5A9998
Black with #5A9998
Text Example
Text Example
White with #5A9998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9998; }
p { color: rgb(90,153,152); }
H1.HeaderClassName
{
color: #5A9998;
}
.AnyTagClassName
{
color: #5A9998;
}
</style>
background-color css
<style>
a { background-color: #5A9998; }
a { background-color: rgb(90,153,152); }
div.DivClassName
{
background-color: #5A9998;
}
.BgClassName
{
background-color: #5A9998;
}
</style>
border-color css
<style>
span { border-color: #5A9998; }
span { border-color: rgb(90,153,152); }
td.TdClassName
{
border-color: #5A9998;
}
.TagClassName
{
border-color: #5A9998;
}
</style>