Shades of San Juan #44525C
Tints of San Juan #44525C
RGB
CMYK
RGB Variations
Color information
#44525C (or 0x44525C) is known color: San Juan. HEX triplet: 44, 52 and 5C. RGB value is (68,82,92). Sum of RGB (Red+Green+Blue) = 68+82+92=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #44525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44525C is #BBADA3. Grayscale: #4E4E4E. Windows color (decimal): -12299684 or 6050372. OLE color: 6050372.
HSL color Cylindrical-coordinate representation of color #44525C: hue angle of 205º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44525C is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 82 | 92 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.64 |
| HSL | 205º | 0.15% | 0.31% | - |
| HSV(B) | 205º | 0.26% | 0.36% | - |
| XYZ | 7.33 | 8.04 | 11.29 | - |
| YUV | 78.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 92 | 0.26 | 0.11 | 0 | 0.64 | 205 | 0.15 | 0.31 |
| Hex | 44 | 52 | 5C | 1A | B | 0 | 40 | CD | F | 1F |
| Octal | 104 | 122 | 134 | 32 | 13 | 0 | 100 | 315 | 17 | 37 |
| Binary | 1000100 | 1010010 | 1011100 | 11010 | 1011 | 0 | 1000000 | 11001101 | 1111 | 11111 |
Color Harmonies of #44525C
Complementary color
Monochromatic Colors of #44525C
Black with #44525C
Text Example
Text Example
White with #44525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44525C; }
p { color: rgb(68,82,92); }
H1.HeaderClassName
{
color: #44525C;
}
.AnyTagClassName
{
color: #44525C;
}
</style>
background-color css
<style>
a { background-color: #44525C; }
a { background-color: rgb(68,82,92); }
div.DivClassName
{
background-color: #44525C;
}
.BgClassName
{
background-color: #44525C;
}
</style>
border-color css
<style>
span { border-color: #44525C; }
span { border-color: rgb(68,82,92); }
td.TdClassName
{
border-color: #44525C;
}
.TagClassName
{
border-color: #44525C;
}
</style>