Shades of San Juan #405560
Tints of San Juan #405560
RGB
CMYK
RGB Variations
Color information
#405560 (or 0x405560) is known color: San Juan. HEX triplet: 40, 55 and 60. RGB value is (64,85,96). Sum of RGB (Red+Green+Blue) = 64+85+96=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #405560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405560 is #BFAA9F. Grayscale: #4F4F4F. Windows color (decimal): -12561056 or 6313280. OLE color: 6313280.
HSL color Cylindrical-coordinate representation of color #405560: hue angle of 200.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405560 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 85 | 96 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.62 |
| HSL | 200.63º | 0.2% | 0.31% | - |
| HSV(B) | 200.63º | 0.33% | 0.38% | - |
| XYZ | 7.47 | 8.43 | 12.3 | - |
| YUV | 79.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 96 | 0.33 | 0.11 | 0 | 0.62 | 200.63 | 0.2 | 0.31 |
| Hex | 40 | 55 | 60 | 21 | B | 0 | 3E | C9 | 14 | 1F |
| Octal | 100 | 125 | 140 | 41 | 13 | 0 | 76 | 311 | 24 | 37 |
| Binary | 1000000 | 1010101 | 1100000 | 100001 | 1011 | 0 | 111110 | 11001001 | 10100 | 11111 |
Color Harmonies of #405560
Complementary color
Monochromatic Colors of #405560
Black with #405560
Text Example
Text Example
White with #405560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405560; }
p { color: rgb(64,85,96); }
H1.HeaderClassName
{
color: #405560;
}
.AnyTagClassName
{
color: #405560;
}
</style>
background-color css
<style>
a { background-color: #405560; }
a { background-color: rgb(64,85,96); }
div.DivClassName
{
background-color: #405560;
}
.BgClassName
{
background-color: #405560;
}
</style>
border-color css
<style>
span { border-color: #405560; }
span { border-color: rgb(64,85,96); }
td.TdClassName
{
border-color: #405560;
}
.TagClassName
{
border-color: #405560;
}
</style>