Shades of San Juan #405D68
Tints of San Juan #405D68
RGB
CMYK
RGB Variations
Color information
#405D68 (or 0x405D68) is known color: San Juan. HEX triplet: 40, 5D and 68. RGB value is (64,93,104). Sum of RGB (Red+Green+Blue) = 64+93+104=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #405D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D68 is #BFA297. Grayscale: #555555. Windows color (decimal): -12559000 or 6839616. OLE color: 6839616.
HSL color Cylindrical-coordinate representation of color #405D68: hue angle of 196.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405D68 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 93 | 104 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.59 |
| HSL | 196.5º | 0.24% | 0.33% | - |
| HSV(B) | 196.5º | 0.38% | 0.41% | - |
| XYZ | 8.53 | 9.92 | 14.56 | - |
| YUV | 85.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 104 | 0.38 | 0.11 | 0 | 0.59 | 196.5 | 0.24 | 0.33 |
| Hex | 40 | 5D | 68 | 26 | B | 0 | 3B | C4 | 18 | 21 |
| Octal | 100 | 135 | 150 | 46 | 13 | 0 | 73 | 304 | 30 | 41 |
| Binary | 1000000 | 1011101 | 1101000 | 100110 | 1011 | 0 | 111011 | 11000100 | 11000 | 100001 |
Color Harmonies of #405D68
Complementary color
Monochromatic Colors of #405D68
Black with #405D68
Text Example
Text Example
White with #405D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D68; }
p { color: rgb(64,93,104); }
H1.HeaderClassName
{
color: #405D68;
}
.AnyTagClassName
{
color: #405D68;
}
</style>
background-color css
<style>
a { background-color: #405D68; }
a { background-color: rgb(64,93,104); }
div.DivClassName
{
background-color: #405D68;
}
.BgClassName
{
background-color: #405D68;
}
</style>
border-color css
<style>
span { border-color: #405D68; }
span { border-color: rgb(64,93,104); }
td.TdClassName
{
border-color: #405D68;
}
.TagClassName
{
border-color: #405D68;
}
</style>