Shades of San Juan #44565D
Tints of San Juan #44565D
RGB
CMYK
RGB Variations
Color information
#44565D (or 0x44565D) is known color: San Juan. HEX triplet: 44, 56 and 5D. RGB value is (68,86,93). Sum of RGB (Red+Green+Blue) = 68+86+93=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #44565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44565D is #BBA9A2. Grayscale: #515151. Windows color (decimal): -12298659 or 6116932. OLE color: 6116932.
HSL color Cylindrical-coordinate representation of color #44565D: hue angle of 196.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44565D is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 86 | 93 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.64 |
| HSL | 196.8º | 0.16% | 0.32% | - |
| HSV(B) | 196.8º | 0.27% | 0.36% | - |
| XYZ | 7.69 | 8.67 | 11.63 | - |
| YUV | 81.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 93 | 0.27 | 0.08 | 0 | 0.64 | 196.8 | 0.16 | 0.32 |
| Hex | 44 | 56 | 5D | 1B | 8 | 0 | 40 | C5 | 10 | 20 |
| Octal | 104 | 126 | 135 | 33 | 10 | 0 | 100 | 305 | 20 | 40 |
| Binary | 1000100 | 1010110 | 1011101 | 11011 | 1000 | 0 | 1000000 | 11000101 | 10000 | 100000 |
Color Harmonies of #44565D
Complementary color
Monochromatic Colors of #44565D
Black with #44565D
Text Example
Text Example
White with #44565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44565D; }
p { color: rgb(68,86,93); }
H1.HeaderClassName
{
color: #44565D;
}
.AnyTagClassName
{
color: #44565D;
}
</style>
background-color css
<style>
a { background-color: #44565D; }
a { background-color: rgb(68,86,93); }
div.DivClassName
{
background-color: #44565D;
}
.BgClassName
{
background-color: #44565D;
}
</style>
border-color css
<style>
span { border-color: #44565D; }
span { border-color: rgb(68,86,93); }
td.TdClassName
{
border-color: #44565D;
}
.TagClassName
{
border-color: #44565D;
}
</style>