Shades of San Juan #445B65
Tints of San Juan #445B65
RGB
CMYK
RGB Variations
Color information
#445B65 (or 0x445B65) is known color: San Juan. HEX triplet: 44, 5B and 65. RGB value is (68,91,101). Sum of RGB (Red+Green+Blue) = 68+91+101=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #445B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B65 is #BBA49A. Grayscale: #555555. Windows color (decimal): -12297371 or 6642500. OLE color: 6642500.
HSL color Cylindrical-coordinate representation of color #445B65: hue angle of 198.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445B65 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 91 | 101 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.60 |
| HSL | 198.18º | 0.2% | 0.33% | - |
| HSV(B) | 198.18º | 0.33% | 0.4% | - |
| XYZ | 8.47 | 9.65 | 13.73 | - |
| YUV | 85.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 101 | 0.33 | 0.10 | 0 | 0.60 | 198.18 | 0.2 | 0.33 |
| Hex | 44 | 5B | 65 | 21 | A | 0 | 3C | C6 | 14 | 21 |
| Octal | 104 | 133 | 145 | 41 | 12 | 0 | 74 | 306 | 24 | 41 |
| Binary | 1000100 | 1011011 | 1100101 | 100001 | 1010 | 0 | 111100 | 11000110 | 10100 | 100001 |
Color Harmonies of #445B65
Complementary color
Monochromatic Colors of #445B65
Black with #445B65
Text Example
Text Example
White with #445B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B65; }
p { color: rgb(68,91,101); }
H1.HeaderClassName
{
color: #445B65;
}
.AnyTagClassName
{
color: #445B65;
}
</style>
background-color css
<style>
a { background-color: #445B65; }
a { background-color: rgb(68,91,101); }
div.DivClassName
{
background-color: #445B65;
}
.BgClassName
{
background-color: #445B65;
}
</style>
border-color css
<style>
span { border-color: #445B65; }
span { border-color: rgb(68,91,101); }
td.TdClassName
{
border-color: #445B65;
}
.TagClassName
{
border-color: #445B65;
}
</style>