Shades of Calypso #416A86
Tints of Calypso #416A86
RGB
CMYK
RGB Variations
Color information
#416A86 (or 0x416A86) is known color: Calypso. HEX triplet: 41, 6A and 86. RGB value is (65,106,134). Sum of RGB (Red+Green+Blue) = 65+106+134=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #416A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416A86 is #BE9579. Grayscale: #606060. Windows color (decimal): -12490106 or 8809025. OLE color: 8809025.
HSL color Cylindrical-coordinate representation of color #416A86: hue angle of 204.35º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #416A86 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 106 | 134 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.47 |
| HSL | 204.35º | 0.35% | 0.39% | - |
| HSV(B) | 204.35º | 0.51% | 0.53% | - |
| XYZ | 11.64 | 13.15 | 24.48 | - |
| YUV | 96.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 134 | 0.51 | 0.21 | 0 | 0.47 | 204.35 | 0.35 | 0.39 |
| Hex | 41 | 6A | 86 | 33 | 15 | 0 | 2F | CC | 23 | 27 |
| Octal | 101 | 152 | 206 | 63 | 25 | 0 | 57 | 314 | 43 | 47 |
| Binary | 1000001 | 1101010 | 10000110 | 110011 | 10101 | 0 | 101111 | 11001100 | 100011 | 100111 |
Color Harmonies of #416A86
Complementary color
Monochromatic Colors of #416A86
Black with #416A86
Text Example
Text Example
White with #416A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A86; }
p { color: rgb(65,106,134); }
H1.HeaderClassName
{
color: #416A86;
}
.AnyTagClassName
{
color: #416A86;
}
</style>
background-color css
<style>
a { background-color: #416A86; }
a { background-color: rgb(65,106,134); }
div.DivClassName
{
background-color: #416A86;
}
.BgClassName
{
background-color: #416A86;
}
</style>
border-color css
<style>
span { border-color: #416A86; }
span { border-color: rgb(65,106,134); }
td.TdClassName
{
border-color: #416A86;
}
.TagClassName
{
border-color: #416A86;
}
</style>