Shades of San Juan #44555D
Tints of San Juan #44555D
RGB
CMYK
RGB Variations
Color information
#44555D (or 0x44555D) is known color: San Juan. HEX triplet: 44, 55 and 5D. RGB value is (68,85,93). Sum of RGB (Red+Green+Blue) = 68+85+93=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #44555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44555D is #BBAAA2. Grayscale: #505050. Windows color (decimal): -12298915 or 6116676. OLE color: 6116676.
HSL color Cylindrical-coordinate representation of color #44555D: hue angle of 199.2º 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 #44555D is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 85 | 93 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.64 |
| HSL | 199.2º | 0.16% | 0.32% | - |
| HSV(B) | 199.2º | 0.27% | 0.36% | - |
| XYZ | 7.61 | 8.52 | 11.6 | - |
| YUV | 80.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 93 | 0.27 | 0.09 | 0 | 0.64 | 199.2 | 0.16 | 0.32 |
| Hex | 44 | 55 | 5D | 1B | 9 | 0 | 40 | C7 | 10 | 20 |
| Octal | 104 | 125 | 135 | 33 | 11 | 0 | 100 | 307 | 20 | 40 |
| Binary | 1000100 | 1010101 | 1011101 | 11011 | 1001 | 0 | 1000000 | 11000111 | 10000 | 100000 |
Color Harmonies of #44555D
Complementary color
Monochromatic Colors of #44555D
Black with #44555D
Text Example
Text Example
White with #44555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44555D; }
p { color: rgb(68,85,93); }
H1.HeaderClassName
{
color: #44555D;
}
.AnyTagClassName
{
color: #44555D;
}
</style>
background-color css
<style>
a { background-color: #44555D; }
a { background-color: rgb(68,85,93); }
div.DivClassName
{
background-color: #44555D;
}
.BgClassName
{
background-color: #44555D;
}
</style>
border-color css
<style>
span { border-color: #44555D; }
span { border-color: rgb(68,85,93); }
td.TdClassName
{
border-color: #44555D;
}
.TagClassName
{
border-color: #44555D;
}
</style>