Shades of Calypso #417183
Tints of Calypso #417183
RGB
CMYK
RGB Variations
Color information
#417183 (or 0x417183) is known color: Calypso. HEX triplet: 41, 71 and 83. RGB value is (65,113,131). Sum of RGB (Red+Green+Blue) = 65+113+131=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #417183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417183 is #BE8E7C. Grayscale: #646464. Windows color (decimal): -12488317 or 8614209. OLE color: 8614209.
HSL color Cylindrical-coordinate representation of color #417183: hue angle of 196.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #417183 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 113 | 131 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.49 |
| HSL | 196.36º | 0.34% | 0.38% | - |
| HSV(B) | 196.36º | 0.5% | 0.51% | - |
| XYZ | 12.18 | 14.57 | 23.64 | - |
| YUV | 100.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 131 | 0.50 | 0.14 | 0 | 0.49 | 196.36 | 0.34 | 0.38 |
| Hex | 41 | 71 | 83 | 32 | E | 0 | 31 | C4 | 22 | 26 |
| Octal | 101 | 161 | 203 | 62 | 16 | 0 | 61 | 304 | 42 | 46 |
| Binary | 1000001 | 1110001 | 10000011 | 110010 | 1110 | 0 | 110001 | 11000100 | 100010 | 100110 |
Color Harmonies of #417183
Complementary color
Monochromatic Colors of #417183
Black with #417183
Text Example
Text Example
White with #417183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417183; }
p { color: rgb(65,113,131); }
H1.HeaderClassName
{
color: #417183;
}
.AnyTagClassName
{
color: #417183;
}
</style>
background-color css
<style>
a { background-color: #417183; }
a { background-color: rgb(65,113,131); }
div.DivClassName
{
background-color: #417183;
}
.BgClassName
{
background-color: #417183;
}
</style>
border-color css
<style>
span { border-color: #417183; }
span { border-color: rgb(65,113,131); }
td.TdClassName
{
border-color: #417183;
}
.TagClassName
{
border-color: #417183;
}
</style>