Shades of Calypso #416B89
Tints of Calypso #416B89
RGB
CMYK
RGB Variations
Color information
#416B89 (or 0x416B89) is known color: Calypso. HEX triplet: 41, 6B and 89. RGB value is (65,107,137). Sum of RGB (Red+Green+Blue) = 65+107+137=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #416B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416B89 is #BE9476. Grayscale: #616161. Windows color (decimal): -12489847 or 9005889. OLE color: 9005889.
HSL color Cylindrical-coordinate representation of color #416B89: hue angle of 205º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #416B89 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 107 | 137 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.46 |
| HSL | 205º | 0.36% | 0.4% | - |
| HSV(B) | 205º | 0.53% | 0.54% | - |
| XYZ | 11.95 | 13.45 | 25.63 | - |
| YUV | 97.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 137 | 0.53 | 0.22 | 0 | 0.46 | 205 | 0.36 | 0.4 |
| Hex | 41 | 6B | 89 | 35 | 16 | 0 | 2E | CD | 24 | 28 |
| Octal | 101 | 153 | 211 | 65 | 26 | 0 | 56 | 315 | 44 | 50 |
| Binary | 1000001 | 1101011 | 10001001 | 110101 | 10110 | 0 | 101110 | 11001101 | 100100 | 101000 |
Color Harmonies of #416B89
Complementary color
Monochromatic Colors of #416B89
Black with #416B89
Text Example
Text Example
White with #416B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B89; }
p { color: rgb(65,107,137); }
H1.HeaderClassName
{
color: #416B89;
}
.AnyTagClassName
{
color: #416B89;
}
</style>
background-color css
<style>
a { background-color: #416B89; }
a { background-color: rgb(65,107,137); }
div.DivClassName
{
background-color: #416B89;
}
.BgClassName
{
background-color: #416B89;
}
</style>
border-color css
<style>
span { border-color: #416B89; }
span { border-color: rgb(65,107,137); }
td.TdClassName
{
border-color: #416B89;
}
.TagClassName
{
border-color: #416B89;
}
</style>