Shades of Cadet Blue #569EA2
Tints of Cadet Blue #569EA2
RGB
CMYK
RGB Variations
Color information
#569EA2 (or 0x569EA2) is known color: Cadet Blue. HEX triplet: 56, 9E and A2. RGB value is (86,158,162). Sum of RGB (Red+Green+Blue) = 86+158+162=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #569EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569EA2 is #A9615D. Grayscale: #888888. Windows color (decimal): -11100510 or 10657366. OLE color: 10657366.
HSL color Cylindrical-coordinate representation of color #569EA2: hue angle of 183.16º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #569EA2 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 158 | 162 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.36 |
| HSL | 183.16º | 0.31% | 0.49% | - |
| HSV(B) | 183.16º | 0.47% | 0.64% | - |
| XYZ | 22.59 | 29.04 | 38.6 | - |
| YUV | 136.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 162 | 0.47 | 0.02 | 0 | 0.36 | 183.16 | 0.31 | 0.49 |
| Hex | 56 | 9E | A2 | 2F | 2 | 0 | 24 | B7 | 1F | 31 |
| Octal | 126 | 236 | 242 | 57 | 2 | 0 | 44 | 267 | 37 | 61 |
| Binary | 1010110 | 10011110 | 10100010 | 101111 | 10 | 0 | 100100 | 10110111 | 11111 | 110001 |
Color Harmonies of #569EA2
Complementary color
Monochromatic Colors of #569EA2
Black with #569EA2
Text Example
Text Example
White with #569EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569EA2; }
p { color: rgb(86,158,162); }
H1.HeaderClassName
{
color: #569EA2;
}
.AnyTagClassName
{
color: #569EA2;
}
</style>
background-color css
<style>
a { background-color: #569EA2; }
a { background-color: rgb(86,158,162); }
div.DivClassName
{
background-color: #569EA2;
}
.BgClassName
{
background-color: #569EA2;
}
</style>
border-color css
<style>
span { border-color: #569EA2; }
span { border-color: rgb(86,158,162); }
td.TdClassName
{
border-color: #569EA2;
}
.TagClassName
{
border-color: #569EA2;
}
</style>