Shades of Cadet Blue #569DA8
Tints of Cadet Blue #569DA8
RGB
CMYK
RGB Variations
Color information
#569DA8 (or 0x569DA8) is known color: Cadet Blue. HEX triplet: 56, 9D and A8. RGB value is (86,157,168). Sum of RGB (Red+Green+Blue) = 86+157+168=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 168 - color contains mainly: blue. Hex color #569DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569DA8 is #A96257. Grayscale: #888888. Windows color (decimal): -11100760 or 11050326. OLE color: 11050326.
HSL color Cylindrical-coordinate representation of color #569DA8: hue angle of 188.05º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #569DA8 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 157 | 168 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.34 |
| HSL | 188.05º | 0.32% | 0.5% | - |
| HSV(B) | 188.05º | 0.49% | 0.66% | - |
| XYZ | 22.96 | 28.92 | 41.42 | - |
| YUV | 137.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 168 | 0.49 | 0.07 | 0 | 0.34 | 188.05 | 0.32 | 0.5 |
| Hex | 56 | 9D | A8 | 31 | 7 | 0 | 22 | BC | 20 | 32 |
| Octal | 126 | 235 | 250 | 61 | 7 | 0 | 42 | 274 | 40 | 62 |
| Binary | 1010110 | 10011101 | 10101000 | 110001 | 111 | 0 | 100010 | 10111100 | 100000 | 110010 |
Color Harmonies of #569DA8
Complementary color
Monochromatic Colors of #569DA8
Black with #569DA8
Text Example
Text Example
White with #569DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DA8; }
p { color: rgb(86,157,168); }
H1.HeaderClassName
{
color: #569DA8;
}
.AnyTagClassName
{
color: #569DA8;
}
</style>
background-color css
<style>
a { background-color: #569DA8; }
a { background-color: rgb(86,157,168); }
div.DivClassName
{
background-color: #569DA8;
}
.BgClassName
{
background-color: #569DA8;
}
</style>
border-color css
<style>
span { border-color: #569DA8; }
span { border-color: rgb(86,157,168); }
td.TdClassName
{
border-color: #569DA8;
}
.TagClassName
{
border-color: #569DA8;
}
</style>