Shades of Cadet Blue #569D95
Tints of Cadet Blue #569D95
RGB
CMYK
RGB Variations
Color information
#569D95 (or 0x569D95) is known color: Cadet Blue. HEX triplet: 56, 9D and 95. RGB value is (86,157,149). Sum of RGB (Red+Green+Blue) = 86+157+149=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #569D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569D95 is #A9626A. Grayscale: #868686. Windows color (decimal): -11100779 or 9805142. OLE color: 9805142.
HSL color Cylindrical-coordinate representation of color #569D95: hue angle of 173.24º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569D95 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 149 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.38 |
| HSL | 173.24º | 0.29% | 0.48% | - |
| HSV(B) | 173.24º | 0.45% | 0.62% | - |
| XYZ | 21.32 | 28.26 | 32.77 | - |
| YUV | 134.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 149 | 0.45 | 0 | 0.05 | 0.38 | 173.24 | 0.29 | 0.48 |
| Hex | 56 | 9D | 95 | 2D | 0 | 5 | 26 | AD | 1D | 30 |
| Octal | 126 | 235 | 225 | 55 | 0 | 5 | 46 | 255 | 35 | 60 |
| Binary | 1010110 | 10011101 | 10010101 | 101101 | 0 | 101 | 100110 | 10101101 | 11101 | 110000 |
Color Harmonies of #569D95
Complementary color
Monochromatic Colors of #569D95
Black with #569D95
Text Example
Text Example
White with #569D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D95; }
p { color: rgb(86,157,149); }
H1.HeaderClassName
{
color: #569D95;
}
.AnyTagClassName
{
color: #569D95;
}
</style>
background-color css
<style>
a { background-color: #569D95; }
a { background-color: rgb(86,157,149); }
div.DivClassName
{
background-color: #569D95;
}
.BgClassName
{
background-color: #569D95;
}
</style>
border-color css
<style>
span { border-color: #569D95; }
span { border-color: rgb(86,157,149); }
td.TdClassName
{
border-color: #569D95;
}
.TagClassName
{
border-color: #569D95;
}
</style>