Shades of Calypso #377583
Tints of Calypso #377583
RGB
CMYK
RGB Variations
Color information
#377583 (or 0x377583) is known color: Calypso. HEX triplet: 37, 75 and 83. RGB value is (55,117,131). Sum of RGB (Red+Green+Blue) = 55+117+131=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #377583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377583 is #C88A7C. Grayscale: #636363. Windows color (decimal): -13142653 or 8615223. OLE color: 8615223.
HSL color Cylindrical-coordinate representation of color #377583: hue angle of 191.05º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377583 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 117 | 131 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.49 |
| HSL | 191.05º | 0.41% | 0.36% | - |
| HSV(B) | 191.05º | 0.58% | 0.51% | - |
| XYZ | 12.03 | 15.17 | 23.77 | - |
| YUV | 100.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 131 | 0.58 | 0.11 | 0 | 0.49 | 191.05 | 0.41 | 0.36 |
| Hex | 37 | 75 | 83 | 3A | B | 0 | 31 | BF | 29 | 24 |
| Octal | 67 | 165 | 203 | 72 | 13 | 0 | 61 | 277 | 51 | 44 |
| Binary | 110111 | 1110101 | 10000011 | 111010 | 1011 | 0 | 110001 | 10111111 | 101001 | 100100 |
Color Harmonies of #377583
Complementary color
Monochromatic Colors of #377583
Black with #377583
Text Example
Text Example
White with #377583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377583; }
p { color: rgb(55,117,131); }
H1.HeaderClassName
{
color: #377583;
}
.AnyTagClassName
{
color: #377583;
}
</style>
background-color css
<style>
a { background-color: #377583; }
a { background-color: rgb(55,117,131); }
div.DivClassName
{
background-color: #377583;
}
.BgClassName
{
background-color: #377583;
}
</style>
border-color css
<style>
span { border-color: #377583; }
span { border-color: rgb(55,117,131); }
td.TdClassName
{
border-color: #377583;
}
.TagClassName
{
border-color: #377583;
}
</style>