Shades of San Juan #405D69
Tints of San Juan #405D69
RGB
CMYK
RGB Variations
Color information
#405D69 (or 0x405D69) is known color: San Juan. HEX triplet: 40, 5D and 69. RGB value is (64,93,105). Sum of RGB (Red+Green+Blue) = 64+93+105=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #405D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D69 is #BFA296. Grayscale: #555555. Windows color (decimal): -12558999 or 6905152. OLE color: 6905152.
HSL color Cylindrical-coordinate representation of color #405D69: hue angle of 197.56º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #405D69 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 93 | 105 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.59 |
| HSL | 197.56º | 0.24% | 0.33% | - |
| HSV(B) | 197.56º | 0.39% | 0.41% | - |
| XYZ | 8.58 | 9.94 | 14.83 | - |
| YUV | 85.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 105 | 0.39 | 0.11 | 0 | 0.59 | 197.56 | 0.24 | 0.33 |
| Hex | 40 | 5D | 69 | 27 | B | 0 | 3B | C6 | 18 | 21 |
| Octal | 100 | 135 | 151 | 47 | 13 | 0 | 73 | 306 | 30 | 41 |
| Binary | 1000000 | 1011101 | 1101001 | 100111 | 1011 | 0 | 111011 | 11000110 | 11000 | 100001 |
Color Harmonies of #405D69
Complementary color
Monochromatic Colors of #405D69
Black with #405D69
Text Example
Text Example
White with #405D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D69; }
p { color: rgb(64,93,105); }
H1.HeaderClassName
{
color: #405D69;
}
.AnyTagClassName
{
color: #405D69;
}
</style>
background-color css
<style>
a { background-color: #405D69; }
a { background-color: rgb(64,93,105); }
div.DivClassName
{
background-color: #405D69;
}
.BgClassName
{
background-color: #405D69;
}
</style>
border-color css
<style>
span { border-color: #405D69; }
span { border-color: rgb(64,93,105); }
td.TdClassName
{
border-color: #405D69;
}
.TagClassName
{
border-color: #405D69;
}
</style>