Shades of San Juan #44555C
Tints of San Juan #44555C
RGB
CMYK
RGB Variations
Color information
#44555C (or 0x44555C) is known color: San Juan. HEX triplet: 44, 55 and 5C. RGB value is (68,85,92). Sum of RGB (Red+Green+Blue) = 68+85+92=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #44555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44555C is #BBAAA3. Grayscale: #505050. Windows color (decimal): -12298916 or 6051140. OLE color: 6051140.
HSL color Cylindrical-coordinate representation of color #44555C: hue angle of 197.5º 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 #44555C is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 85 | 92 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.64 |
| HSL | 197.5º | 0.15% | 0.31% | - |
| HSV(B) | 197.5º | 0.26% | 0.36% | - |
| XYZ | 7.56 | 8.5 | 11.37 | - |
| YUV | 80.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 92 | 0.26 | 0.08 | 0 | 0.64 | 197.5 | 0.15 | 0.31 |
| Hex | 44 | 55 | 5C | 1A | 8 | 0 | 40 | C6 | F | 1F |
| Octal | 104 | 125 | 134 | 32 | 10 | 0 | 100 | 306 | 17 | 37 |
| Binary | 1000100 | 1010101 | 1011100 | 11010 | 1000 | 0 | 1000000 | 11000110 | 1111 | 11111 |
Color Harmonies of #44555C
Complementary color
Monochromatic Colors of #44555C
Black with #44555C
Text Example
Text Example
White with #44555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44555C; }
p { color: rgb(68,85,92); }
H1.HeaderClassName
{
color: #44555C;
}
.AnyTagClassName
{
color: #44555C;
}
</style>
background-color css
<style>
a { background-color: #44555C; }
a { background-color: rgb(68,85,92); }
div.DivClassName
{
background-color: #44555C;
}
.BgClassName
{
background-color: #44555C;
}
</style>
border-color css
<style>
span { border-color: #44555C; }
span { border-color: rgb(68,85,92); }
td.TdClassName
{
border-color: #44555C;
}
.TagClassName
{
border-color: #44555C;
}
</style>