Shades of San Juan #405B68
Tints of San Juan #405B68
RGB
CMYK
RGB Variations
Color information
#405B68 (or 0x405B68) is known color: San Juan. HEX triplet: 40, 5B and 68. RGB value is (64,91,104). Sum of RGB (Red+Green+Blue) = 64+91+104=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #405B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B68 is #BFA497. Grayscale: #545454. Windows color (decimal): -12559512 or 6839104. OLE color: 6839104.
HSL color Cylindrical-coordinate representation of color #405B68: hue angle of 199.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 #405B68 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 91 | 104 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.59 |
| HSL | 199.5º | 0.24% | 0.33% | - |
| HSV(B) | 199.5º | 0.38% | 0.41% | - |
| XYZ | 8.35 | 9.57 | 14.5 | - |
| YUV | 84.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 104 | 0.38 | 0.12 | 0 | 0.59 | 199.5 | 0.24 | 0.33 |
| Hex | 40 | 5B | 68 | 26 | C | 0 | 3B | C8 | 18 | 21 |
| Octal | 100 | 133 | 150 | 46 | 14 | 0 | 73 | 310 | 30 | 41 |
| Binary | 1000000 | 1011011 | 1101000 | 100110 | 1100 | 0 | 111011 | 11001000 | 11000 | 100001 |
Color Harmonies of #405B68
Complementary color
Monochromatic Colors of #405B68
Black with #405B68
Text Example
Text Example
White with #405B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B68; }
p { color: rgb(64,91,104); }
H1.HeaderClassName
{
color: #405B68;
}
.AnyTagClassName
{
color: #405B68;
}
</style>
background-color css
<style>
a { background-color: #405B68; }
a { background-color: rgb(64,91,104); }
div.DivClassName
{
background-color: #405B68;
}
.BgClassName
{
background-color: #405B68;
}
</style>
border-color css
<style>
span { border-color: #405B68; }
span { border-color: rgb(64,91,104); }
td.TdClassName
{
border-color: #405B68;
}
.TagClassName
{
border-color: #405B68;
}
</style>