Shades of Calypso #416C87
Tints of Calypso #416C87
RGB
CMYK
RGB Variations
Color information
#416C87 (or 0x416C87) is known color: Calypso. HEX triplet: 41, 6C and 87. RGB value is (65,108,135). Sum of RGB (Red+Green+Blue) = 65+108+135=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #416C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416C87 is #BE9378. Grayscale: #626262. Windows color (decimal): -12489593 or 8875073. OLE color: 8875073.
HSL color Cylindrical-coordinate representation of color #416C87: hue angle of 203.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #416C87 is Cyan = 0.52, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 108 | 135 | - |
| CMYK | 0.52 | 0.2 | 0 | 0.47 |
| HSL | 203.14º | 0.35% | 0.39% | - |
| HSV(B) | 203.14º | 0.52% | 0.53% | - |
| XYZ | 11.92 | 13.6 | 24.92 | - |
| YUV | 98.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 135 | 0.52 | 0.2 | 0 | 0.47 | 203.14 | 0.35 | 0.39 |
| Hex | 41 | 6C | 87 | 34 | 14 | 0 | 2F | CB | 23 | 27 |
| Octal | 101 | 154 | 207 | 64 | 24 | 0 | 57 | 313 | 43 | 47 |
| Binary | 1000001 | 1101100 | 10000111 | 110100 | 10100 | 0 | 101111 | 11001011 | 100011 | 100111 |
Color Harmonies of #416C87
Complementary color
Monochromatic Colors of #416C87
Black with #416C87
Text Example
Text Example
White with #416C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C87; }
p { color: rgb(65,108,135); }
H1.HeaderClassName
{
color: #416C87;
}
.AnyTagClassName
{
color: #416C87;
}
</style>
background-color css
<style>
a { background-color: #416C87; }
a { background-color: rgb(65,108,135); }
div.DivClassName
{
background-color: #416C87;
}
.BgClassName
{
background-color: #416C87;
}
</style>
border-color css
<style>
span { border-color: #416C87; }
span { border-color: rgb(65,108,135); }
td.TdClassName
{
border-color: #416C87;
}
.TagClassName
{
border-color: #416C87;
}
</style>