Shades of San Juan #405B66
Tints of San Juan #405B66
RGB
CMYK
RGB Variations
Color information
#405B66 (or 0x405B66) is known color: San Juan. HEX triplet: 40, 5B and 66. RGB value is (64,91,102). Sum of RGB (Red+Green+Blue) = 64+91+102=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #405B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B66 is #BFA499. Grayscale: #545454. Windows color (decimal): -12559514 or 6708032. OLE color: 6708032.
HSL color Cylindrical-coordinate representation of color #405B66: hue angle of 197.37º 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 #405B66 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 91 | 102 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.6 |
| HSL | 197.37º | 0.23% | 0.33% | - |
| HSV(B) | 197.37º | 0.37% | 0.4% | - |
| XYZ | 8.25 | 9.53 | 13.98 | - |
| YUV | 84.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 102 | 0.37 | 0.11 | 0 | 0.6 | 197.37 | 0.23 | 0.33 |
| Hex | 40 | 5B | 66 | 25 | B | 0 | 3C | C5 | 17 | 21 |
| Octal | 100 | 133 | 146 | 45 | 13 | 0 | 74 | 305 | 27 | 41 |
| Binary | 1000000 | 1011011 | 1100110 | 100101 | 1011 | 0 | 111100 | 11000101 | 10111 | 100001 |
Color Harmonies of #405B66
Complementary color
Monochromatic Colors of #405B66
Black with #405B66
Text Example
Text Example
White with #405B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B66; }
p { color: rgb(64,91,102); }
H1.HeaderClassName
{
color: #405B66;
}
.AnyTagClassName
{
color: #405B66;
}
</style>
background-color css
<style>
a { background-color: #405B66; }
a { background-color: rgb(64,91,102); }
div.DivClassName
{
background-color: #405B66;
}
.BgClassName
{
background-color: #405B66;
}
</style>
border-color css
<style>
span { border-color: #405B66; }
span { border-color: rgb(64,91,102); }
td.TdClassName
{
border-color: #405B66;
}
.TagClassName
{
border-color: #405B66;
}
</style>