Shades of San Juan #445D68
Tints of San Juan #445D68
RGB
CMYK
RGB Variations
Color information
#445D68 (or 0x445D68) is known color: San Juan. HEX triplet: 44, 5D and 68. RGB value is (68,93,104). Sum of RGB (Red+Green+Blue) = 68+93+104=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #445D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D68 is #BBA297. Grayscale: #565656. Windows color (decimal): -12296856 or 6839620. OLE color: 6839620.
HSL color Cylindrical-coordinate representation of color #445D68: hue angle of 198.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445D68 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 93 | 104 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.59 |
| HSL | 198.33º | 0.21% | 0.34% | - |
| HSV(B) | 198.33º | 0.35% | 0.41% | - |
| XYZ | 8.8 | 10.06 | 14.57 | - |
| YUV | 86.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 104 | 0.35 | 0.11 | 0 | 0.59 | 198.33 | 0.21 | 0.34 |
| Hex | 44 | 5D | 68 | 23 | B | 0 | 3B | C6 | 15 | 22 |
| Octal | 104 | 135 | 150 | 43 | 13 | 0 | 73 | 306 | 25 | 42 |
| Binary | 1000100 | 1011101 | 1101000 | 100011 | 1011 | 0 | 111011 | 11000110 | 10101 | 100010 |
Color Harmonies of #445D68
Complementary color
Monochromatic Colors of #445D68
Black with #445D68
Text Example
Text Example
White with #445D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D68; }
p { color: rgb(68,93,104); }
H1.HeaderClassName
{
color: #445D68;
}
.AnyTagClassName
{
color: #445D68;
}
</style>
background-color css
<style>
a { background-color: #445D68; }
a { background-color: rgb(68,93,104); }
div.DivClassName
{
background-color: #445D68;
}
.BgClassName
{
background-color: #445D68;
}
</style>
border-color css
<style>
span { border-color: #445D68; }
span { border-color: rgb(68,93,104); }
td.TdClassName
{
border-color: #445D68;
}
.TagClassName
{
border-color: #445D68;
}
</style>