Shades of San Juan #44555F
Tints of San Juan #44555F
RGB
CMYK
RGB Variations
Color information
#44555F (or 0x44555F) is known color: San Juan. HEX triplet: 44, 55 and 5F. RGB value is (68,85,95). Sum of RGB (Red+Green+Blue) = 68+85+95=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #44555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44555F is #BBAAA0. Grayscale: #515151. Windows color (decimal): -12298913 or 6247748. OLE color: 6247748.
HSL color Cylindrical-coordinate representation of color #44555F: hue angle of 202.22º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44555F is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 85 | 95 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.63 |
| HSL | 202.22º | 0.17% | 0.32% | - |
| HSV(B) | 202.22º | 0.28% | 0.37% | - |
| XYZ | 7.7 | 8.55 | 12.07 | - |
| YUV | 81.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 95 | 0.28 | 0.11 | 0 | 0.63 | 202.22 | 0.17 | 0.32 |
| Hex | 44 | 55 | 5F | 1C | B | 0 | 3F | CA | 11 | 20 |
| Octal | 104 | 125 | 137 | 34 | 13 | 0 | 77 | 312 | 21 | 40 |
| Binary | 1000100 | 1010101 | 1011111 | 11100 | 1011 | 0 | 111111 | 11001010 | 10001 | 100000 |
Color Harmonies of #44555F
Complementary color
Monochromatic Colors of #44555F
Black with #44555F
Text Example
Text Example
White with #44555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44555F; }
p { color: rgb(68,85,95); }
H1.HeaderClassName
{
color: #44555F;
}
.AnyTagClassName
{
color: #44555F;
}
</style>
background-color css
<style>
a { background-color: #44555F; }
a { background-color: rgb(68,85,95); }
div.DivClassName
{
background-color: #44555F;
}
.BgClassName
{
background-color: #44555F;
}
</style>
border-color css
<style>
span { border-color: #44555F; }
span { border-color: rgb(68,85,95); }
td.TdClassName
{
border-color: #44555F;
}
.TagClassName
{
border-color: #44555F;
}
</style>