Shades of Cadet Blue #5A989B
Tints of Cadet Blue #5A989B
RGB
CMYK
RGB Variations
Color information
#5A989B (or 0x5A989B) is known color: Cadet Blue. HEX triplet: 5A, 98 and 9B. RGB value is (90,152,155). Sum of RGB (Red+Green+Blue) = 90+152+155=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A989B is #A56764. Grayscale: #858585. Windows color (decimal): -10839909 or 10197082. OLE color: 10197082.
HSL color Cylindrical-coordinate representation of color #5A989B: hue angle of 182.77º 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 #5A989B is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 152 | 155 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.39 |
| HSL | 182.77º | 0.27% | 0.48% | - |
| HSV(B) | 182.77º | 0.42% | 0.61% | - |
| XYZ | 21.36 | 27 | 35.1 | - |
| YUV | 133.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 155 | 0.42 | 0.02 | 0 | 0.39 | 182.77 | 0.27 | 0.48 |
| Hex | 5A | 98 | 9B | 2A | 2 | 0 | 27 | B7 | 1B | 30 |
| Octal | 132 | 230 | 233 | 52 | 2 | 0 | 47 | 267 | 33 | 60 |
| Binary | 1011010 | 10011000 | 10011011 | 101010 | 10 | 0 | 100111 | 10110111 | 11011 | 110000 |
Color Harmonies of #5A989B
Complementary color
Monochromatic Colors of #5A989B
Black with #5A989B
Text Example
Text Example
White with #5A989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A989B; }
p { color: rgb(90,152,155); }
H1.HeaderClassName
{
color: #5A989B;
}
.AnyTagClassName
{
color: #5A989B;
}
</style>
background-color css
<style>
a { background-color: #5A989B; }
a { background-color: rgb(90,152,155); }
div.DivClassName
{
background-color: #5A989B;
}
.BgClassName
{
background-color: #5A989B;
}
</style>
border-color css
<style>
span { border-color: #5A989B; }
span { border-color: rgb(90,152,155); }
td.TdClassName
{
border-color: #5A989B;
}
.TagClassName
{
border-color: #5A989B;
}
</style>