Shades of Cadet Blue #5799A6
Tints of Cadet Blue #5799A6
RGB
CMYK
RGB Variations
Color information
#5799A6 (or 0x5799A6) is known color: Cadet Blue. HEX triplet: 57, 99 and A6. RGB value is (87,153,166). Sum of RGB (Red+Green+Blue) = 87+153+166=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 166 - color contains mainly: blue. Hex color #5799A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5799A6 is #A86659. Grayscale: #868686. Windows color (decimal): -11036250 or 10918231. OLE color: 10918231.
HSL color Cylindrical-coordinate representation of color #5799A6: hue angle of 189.87º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5799A6 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 153 | 166 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.35 |
| HSL | 189.87º | 0.31% | 0.5% | - |
| HSV(B) | 189.87º | 0.48% | 0.65% | - |
| XYZ | 22.2 | 27.56 | 40.23 | - |
| YUV | 134.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 166 | 0.48 | 0.08 | 0 | 0.35 | 189.87 | 0.31 | 0.5 |
| Hex | 57 | 99 | A6 | 30 | 8 | 0 | 23 | BE | 1F | 32 |
| Octal | 127 | 231 | 246 | 60 | 10 | 0 | 43 | 276 | 37 | 62 |
| Binary | 1010111 | 10011001 | 10100110 | 110000 | 1000 | 0 | 100011 | 10111110 | 11111 | 110010 |
Color Harmonies of #5799A6
Complementary color
Monochromatic Colors of #5799A6
Black with #5799A6
Text Example
Text Example
White with #5799A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5799A6; }
p { color: rgb(87,153,166); }
H1.HeaderClassName
{
color: #5799A6;
}
.AnyTagClassName
{
color: #5799A6;
}
</style>
background-color css
<style>
a { background-color: #5799A6; }
a { background-color: rgb(87,153,166); }
div.DivClassName
{
background-color: #5799A6;
}
.BgClassName
{
background-color: #5799A6;
}
</style>
border-color css
<style>
span { border-color: #5799A6; }
span { border-color: rgb(87,153,166); }
td.TdClassName
{
border-color: #5799A6;
}
.TagClassName
{
border-color: #5799A6;
}
</style>