Shades of Cadet Blue #5A9B98
Tints of Cadet Blue #5A9B98
RGB
CMYK
RGB Variations
Color information
#5A9B98 (or 0x5A9B98) is known color: Cadet Blue. HEX triplet: 5A, 9B and 98. RGB value is (90,155,152). Sum of RGB (Red+Green+Blue) = 90+155+152=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9B98 is #A56467. Grayscale: #878787. Windows color (decimal): -10839144 or 10001242. OLE color: 10001242.
HSL color Cylindrical-coordinate representation of color #5A9B98: hue angle of 177.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B98 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 152 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.39 |
| HSL | 177.23º | 0.27% | 0.48% | - |
| HSV(B) | 177.23º | 0.42% | 0.61% | - |
| XYZ | 21.61 | 27.88 | 33.95 | - |
| YUV | 135.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 152 | 0.42 | 0 | 0.02 | 0.39 | 177.23 | 0.27 | 0.48 |
| Hex | 5A | 9B | 98 | 2A | 0 | 2 | 27 | B1 | 1B | 30 |
| Octal | 132 | 233 | 230 | 52 | 0 | 2 | 47 | 261 | 33 | 60 |
| Binary | 1011010 | 10011011 | 10011000 | 101010 | 0 | 10 | 100111 | 10110001 | 11011 | 110000 |
Color Harmonies of #5A9B98
Complementary color
Monochromatic Colors of #5A9B98
Black with #5A9B98
Text Example
Text Example
White with #5A9B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B98; }
p { color: rgb(90,155,152); }
H1.HeaderClassName
{
color: #5A9B98;
}
.AnyTagClassName
{
color: #5A9B98;
}
</style>
background-color css
<style>
a { background-color: #5A9B98; }
a { background-color: rgb(90,155,152); }
div.DivClassName
{
background-color: #5A9B98;
}
.BgClassName
{
background-color: #5A9B98;
}
</style>
border-color css
<style>
span { border-color: #5A9B98; }
span { border-color: rgb(90,155,152); }
td.TdClassName
{
border-color: #5A9B98;
}
.TagClassName
{
border-color: #5A9B98;
}
</style>