Shades of Cadet Blue #569EAC
Tints of Cadet Blue #569EAC
RGB
CMYK
RGB Variations
Color information
#569EAC (or 0x569EAC) is known color: Cadet Blue. HEX triplet: 56, 9E and AC. RGB value is (86,158,172). Sum of RGB (Red+Green+Blue) = 86+158+172=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #569EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569EAC is #A96153. Grayscale: #898989. Windows color (decimal): -11100500 or 11312726. OLE color: 11312726.
HSL color Cylindrical-coordinate representation of color #569EAC: hue angle of 189.77º 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 #569EAC is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 158 | 172 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.33 |
| HSL | 189.77º | 0.34% | 0.51% | - |
| HSV(B) | 189.77º | 0.5% | 0.67% | - |
| XYZ | 23.51 | 29.41 | 43.47 | - |
| YUV | 138.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 172 | 0.5 | 0.08 | 0 | 0.33 | 189.77 | 0.34 | 0.51 |
| Hex | 56 | 9E | AC | 32 | 8 | 0 | 21 | BE | 22 | 33 |
| Octal | 126 | 236 | 254 | 62 | 10 | 0 | 41 | 276 | 42 | 63 |
| Binary | 1010110 | 10011110 | 10101100 | 110010 | 1000 | 0 | 100001 | 10111110 | 100010 | 110011 |
Color Harmonies of #569EAC
Complementary color
Monochromatic Colors of #569EAC
Black with #569EAC
Text Example
Text Example
White with #569EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569EAC; }
p { color: rgb(86,158,172); }
H1.HeaderClassName
{
color: #569EAC;
}
.AnyTagClassName
{
color: #569EAC;
}
</style>
background-color css
<style>
a { background-color: #569EAC; }
a { background-color: rgb(86,158,172); }
div.DivClassName
{
background-color: #569EAC;
}
.BgClassName
{
background-color: #569EAC;
}
</style>
border-color css
<style>
span { border-color: #569EAC; }
span { border-color: rgb(86,158,172); }
td.TdClassName
{
border-color: #569EAC;
}
.TagClassName
{
border-color: #569EAC;
}
</style>