Shades of Cadet Blue #5A999B
Tints of Cadet Blue #5A999B
RGB
CMYK
RGB Variations
Color information
#5A999B (or 0x5A999B) is known color: Cadet Blue. HEX triplet: 5A, 99 and 9B. RGB value is (90,153,155). Sum of RGB (Red+Green+Blue) = 90+153+155=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A999B is #A56664. Grayscale: #868686. Windows color (decimal): -10839653 or 10197338. OLE color: 10197338.
HSL color Cylindrical-coordinate representation of color #5A999B: hue angle of 181.85º 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 #5A999B is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 153 | 155 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.39 |
| HSL | 181.85º | 0.27% | 0.48% | - |
| HSV(B) | 181.85º | 0.42% | 0.61% | - |
| XYZ | 21.52 | 27.32 | 35.15 | - |
| YUV | 134.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 155 | 0.42 | 0.01 | 0 | 0.39 | 181.85 | 0.27 | 0.48 |
| Hex | 5A | 99 | 9B | 2A | 1 | 0 | 27 | B6 | 1B | 30 |
| Octal | 132 | 231 | 233 | 52 | 1 | 0 | 47 | 266 | 33 | 60 |
| Binary | 1011010 | 10011001 | 10011011 | 101010 | 1 | 0 | 100111 | 10110110 | 11011 | 110000 |
Color Harmonies of #5A999B
Complementary color
Monochromatic Colors of #5A999B
Black with #5A999B
Text Example
Text Example
White with #5A999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A999B; }
p { color: rgb(90,153,155); }
H1.HeaderClassName
{
color: #5A999B;
}
.AnyTagClassName
{
color: #5A999B;
}
</style>
background-color css
<style>
a { background-color: #5A999B; }
a { background-color: rgb(90,153,155); }
div.DivClassName
{
background-color: #5A999B;
}
.BgClassName
{
background-color: #5A999B;
}
</style>
border-color css
<style>
span { border-color: #5A999B; }
span { border-color: rgb(90,153,155); }
td.TdClassName
{
border-color: #5A999B;
}
.TagClassName
{
border-color: #5A999B;
}
</style>