Shades of Cadet Blue #569CAC
Tints of Cadet Blue #569CAC
RGB
CMYK
RGB Variations
Color information
#569CAC (or 0x569CAC) is known color: Cadet Blue. HEX triplet: 56, 9C and AC. RGB value is (86,156,172). Sum of RGB (Red+Green+Blue) = 86+156+172=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #569CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569CAC is #A96353. Grayscale: #888888. Windows color (decimal): -11101012 or 11312214. OLE color: 11312214.
HSL color Cylindrical-coordinate representation of color #569CAC: hue angle of 191.16º 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 #569CAC is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 156 | 172 | - |
| CMYK | 0.5 | 0.09 | 0 | 0.33 |
| HSL | 191.16º | 0.34% | 0.51% | - |
| HSV(B) | 191.16º | 0.5% | 0.67% | - |
| XYZ | 23.17 | 28.73 | 43.35 | - |
| YUV | 136.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 172 | 0.5 | 0.09 | 0 | 0.33 | 191.16 | 0.34 | 0.51 |
| Hex | 56 | 9C | AC | 32 | 9 | 0 | 21 | BF | 22 | 33 |
| Octal | 126 | 234 | 254 | 62 | 11 | 0 | 41 | 277 | 42 | 63 |
| Binary | 1010110 | 10011100 | 10101100 | 110010 | 1001 | 0 | 100001 | 10111111 | 100010 | 110011 |
Color Harmonies of #569CAC
Complementary color
Monochromatic Colors of #569CAC
Black with #569CAC
Text Example
Text Example
White with #569CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CAC; }
p { color: rgb(86,156,172); }
H1.HeaderClassName
{
color: #569CAC;
}
.AnyTagClassName
{
color: #569CAC;
}
</style>
background-color css
<style>
a { background-color: #569CAC; }
a { background-color: rgb(86,156,172); }
div.DivClassName
{
background-color: #569CAC;
}
.BgClassName
{
background-color: #569CAC;
}
</style>
border-color css
<style>
span { border-color: #569CAC; }
span { border-color: rgb(86,156,172); }
td.TdClassName
{
border-color: #569CAC;
}
.TagClassName
{
border-color: #569CAC;
}
</style>