Shades of San Juan #405566
Tints of San Juan #405566
RGB
CMYK
RGB Variations
Color information
#405566 (or 0x405566) is known color: San Juan. HEX triplet: 40, 55 and 66. RGB value is (64,85,102). Sum of RGB (Red+Green+Blue) = 64+85+102=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #405566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405566 is #BFAA99. Grayscale: #505050. Windows color (decimal): -12561050 or 6706496. OLE color: 6706496.
HSL color Cylindrical-coordinate representation of color #405566: hue angle of 206.84º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405566 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 85 | 102 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.6 |
| HSL | 206.84º | 0.23% | 0.33% | - |
| HSV(B) | 206.84º | 0.37% | 0.4% | - |
| XYZ | 7.76 | 8.55 | 13.81 | - |
| YUV | 80.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 102 | 0.37 | 0.17 | 0 | 0.6 | 206.84 | 0.23 | 0.33 |
| Hex | 40 | 55 | 66 | 25 | 11 | 0 | 3C | CF | 17 | 21 |
| Octal | 100 | 125 | 146 | 45 | 21 | 0 | 74 | 317 | 27 | 41 |
| Binary | 1000000 | 1010101 | 1100110 | 100101 | 10001 | 0 | 111100 | 11001111 | 10111 | 100001 |
Color Harmonies of #405566
Complementary color
Monochromatic Colors of #405566
Black with #405566
Text Example
Text Example
White with #405566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405566; }
p { color: rgb(64,85,102); }
H1.HeaderClassName
{
color: #405566;
}
.AnyTagClassName
{
color: #405566;
}
</style>
background-color css
<style>
a { background-color: #405566; }
a { background-color: rgb(64,85,102); }
div.DivClassName
{
background-color: #405566;
}
.BgClassName
{
background-color: #405566;
}
</style>
border-color css
<style>
span { border-color: #405566; }
span { border-color: rgb(64,85,102); }
td.TdClassName
{
border-color: #405566;
}
.TagClassName
{
border-color: #405566;
}
</style>