Shades of San Juan #405D6D
Tints of San Juan #405D6D
RGB
CMYK
RGB Variations
Color information
#405D6D (or 0x405D6D) is known color: San Juan. HEX triplet: 40, 5D and 6D. RGB value is (64,93,109). Sum of RGB (Red+Green+Blue) = 64+93+109=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #405D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D6D is #BFA292. Grayscale: #565656. Windows color (decimal): -12558995 or 7167296. OLE color: 7167296.
HSL color Cylindrical-coordinate representation of color #405D6D: hue angle of 201.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #405D6D is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 93 | 109 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.57 |
| HSL | 201.33º | 0.26% | 0.34% | - |
| HSV(B) | 201.33º | 0.41% | 0.43% | - |
| XYZ | 8.79 | 10.02 | 15.94 | - |
| YUV | 86.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 109 | 0.41 | 0.15 | 0 | 0.57 | 201.33 | 0.26 | 0.34 |
| Hex | 40 | 5D | 6D | 29 | F | 0 | 39 | C9 | 1A | 22 |
| Octal | 100 | 135 | 155 | 51 | 17 | 0 | 71 | 311 | 32 | 42 |
| Binary | 1000000 | 1011101 | 1101101 | 101001 | 1111 | 0 | 111001 | 11001001 | 11010 | 100010 |
Color Harmonies of #405D6D
Complementary color
Monochromatic Colors of #405D6D
Black with #405D6D
Text Example
Text Example
White with #405D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D6D; }
p { color: rgb(64,93,109); }
H1.HeaderClassName
{
color: #405D6D;
}
.AnyTagClassName
{
color: #405D6D;
}
</style>
background-color css
<style>
a { background-color: #405D6D; }
a { background-color: rgb(64,93,109); }
div.DivClassName
{
background-color: #405D6D;
}
.BgClassName
{
background-color: #405D6D;
}
</style>
border-color css
<style>
span { border-color: #405D6D; }
span { border-color: rgb(64,93,109); }
td.TdClassName
{
border-color: #405D6D;
}
.TagClassName
{
border-color: #405D6D;
}
</style>