Shades of San Juan #44575F
Tints of San Juan #44575F
RGB
CMYK
RGB Variations
Color information
#44575F (or 0x44575F) is known color: San Juan. HEX triplet: 44, 57 and 5F. RGB value is (68,87,95). Sum of RGB (Red+Green+Blue) = 68+87+95=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #44575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44575F is #BBA8A0. Grayscale: #525252. Windows color (decimal): -12298401 or 6248260. OLE color: 6248260.
HSL color Cylindrical-coordinate representation of color #44575F: hue angle of 197.78º 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 #44575F is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 87 | 95 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.63 |
| HSL | 197.78º | 0.17% | 0.32% | - |
| HSV(B) | 197.78º | 0.28% | 0.37% | - |
| XYZ | 7.86 | 8.87 | 12.12 | - |
| YUV | 82.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 95 | 0.28 | 0.08 | 0 | 0.63 | 197.78 | 0.17 | 0.32 |
| Hex | 44 | 57 | 5F | 1C | 8 | 0 | 3F | C6 | 11 | 20 |
| Octal | 104 | 127 | 137 | 34 | 10 | 0 | 77 | 306 | 21 | 40 |
| Binary | 1000100 | 1010111 | 1011111 | 11100 | 1000 | 0 | 111111 | 11000110 | 10001 | 100000 |
Color Harmonies of #44575F
Complementary color
Monochromatic Colors of #44575F
Black with #44575F
Text Example
Text Example
White with #44575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44575F; }
p { color: rgb(68,87,95); }
H1.HeaderClassName
{
color: #44575F;
}
.AnyTagClassName
{
color: #44575F;
}
</style>
background-color css
<style>
a { background-color: #44575F; }
a { background-color: rgb(68,87,95); }
div.DivClassName
{
background-color: #44575F;
}
.BgClassName
{
background-color: #44575F;
}
</style>
border-color css
<style>
span { border-color: #44575F; }
span { border-color: rgb(68,87,95); }
td.TdClassName
{
border-color: #44575F;
}
.TagClassName
{
border-color: #44575F;
}
</style>