Shades of Cadet Blue #569FA4
Tints of Cadet Blue #569FA4
RGB
CMYK
RGB Variations
Color information
#569FA4 (or 0x569FA4) is known color: Cadet Blue. HEX triplet: 56, 9F and A4. RGB value is (86,159,164). Sum of RGB (Red+Green+Blue) = 86+159+164=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #569FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569FA4 is #A9605B. Grayscale: #898989. Windows color (decimal): -11100252 or 10788694. OLE color: 10788694.
HSL color Cylindrical-coordinate representation of color #569FA4: hue angle of 183.85º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #569FA4 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 159 | 164 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.36 |
| HSL | 183.85º | 0.31% | 0.49% | - |
| HSV(B) | 183.85º | 0.48% | 0.64% | - |
| XYZ | 22.94 | 29.46 | 39.6 | - |
| YUV | 137.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 164 | 0.48 | 0.03 | 0 | 0.36 | 183.85 | 0.31 | 0.49 |
| Hex | 56 | 9F | A4 | 30 | 3 | 0 | 24 | B8 | 1F | 31 |
| Octal | 126 | 237 | 244 | 60 | 3 | 0 | 44 | 270 | 37 | 61 |
| Binary | 1010110 | 10011111 | 10100100 | 110000 | 11 | 0 | 100100 | 10111000 | 11111 | 110001 |
Color Harmonies of #569FA4
Complementary color
Monochromatic Colors of #569FA4
Black with #569FA4
Text Example
Text Example
White with #569FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FA4; }
p { color: rgb(86,159,164); }
H1.HeaderClassName
{
color: #569FA4;
}
.AnyTagClassName
{
color: #569FA4;
}
</style>
background-color css
<style>
a { background-color: #569FA4; }
a { background-color: rgb(86,159,164); }
div.DivClassName
{
background-color: #569FA4;
}
.BgClassName
{
background-color: #569FA4;
}
</style>
border-color css
<style>
span { border-color: #569FA4; }
span { border-color: rgb(86,159,164); }
td.TdClassName
{
border-color: #569FA4;
}
.TagClassName
{
border-color: #569FA4;
}
</style>