Shades of Cadet Blue #569DAC
Tints of Cadet Blue #569DAC
RGB
CMYK
RGB Variations
Color information
#569DAC (or 0x569DAC) is known color: Cadet Blue. HEX triplet: 56, 9D and AC. RGB value is (86,157,172). Sum of RGB (Red+Green+Blue) = 86+157+172=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #569DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569DAC is #A96253. Grayscale: #898989. Windows color (decimal): -11100756 or 11312470. OLE color: 11312470.
HSL color Cylindrical-coordinate representation of color #569DAC: hue angle of 190.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #569DAC is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 157 | 172 | - |
| CMYK | 0.5 | 0.09 | 0 | 0.33 |
| HSL | 190.47º | 0.34% | 0.51% | - |
| HSV(B) | 190.47º | 0.5% | 0.67% | - |
| XYZ | 23.34 | 29.07 | 43.41 | - |
| YUV | 137.48 | 147.48 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 172 | 0.5 | 0.09 | 0 | 0.33 | 190.47 | 0.34 | 0.51 |
| Hex | 56 | 9D | AC | 32 | 9 | 0 | 21 | BE | 22 | 33 |
| Octal | 126 | 235 | 254 | 62 | 11 | 0 | 41 | 276 | 42 | 63 |
| Binary | 1010110 | 10011101 | 10101100 | 110010 | 1001 | 0 | 100001 | 10111110 | 100010 | 110011 |
Color Harmonies of #569DAC
Complementary color
Monochromatic Colors of #569DAC
Black with #569DAC
Text Example
Text Example
White with #569DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DAC; }
p { color: rgb(86,157,172); }
H1.HeaderClassName
{
color: #569DAC;
}
.AnyTagClassName
{
color: #569DAC;
}
</style>
background-color css
<style>
a { background-color: #569DAC; }
a { background-color: rgb(86,157,172); }
div.DivClassName
{
background-color: #569DAC;
}
.BgClassName
{
background-color: #569DAC;
}
</style>
border-color css
<style>
span { border-color: #569DAC; }
span { border-color: rgb(86,157,172); }
td.TdClassName
{
border-color: #569DAC;
}
.TagClassName
{
border-color: #569DAC;
}
</style>