Shades of San Juan #455962
Tints of San Juan #455962
RGB
CMYK
RGB Variations
Color information
#455962 (or 0x455962) is known color: San Juan. HEX triplet: 45, 59 and 62. RGB value is (69,89,98). Sum of RGB (Red+Green+Blue) = 69+89+98=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #455962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455962 is #BAA69D. Grayscale: #535353. Windows color (decimal): -12232350 or 6445381. OLE color: 6445381.
HSL color Cylindrical-coordinate representation of color #455962: hue angle of 198.62º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455962 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 89 | 98 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.62 |
| HSL | 198.62º | 0.17% | 0.33% | - |
| HSV(B) | 198.62º | 0.3% | 0.38% | - |
| XYZ | 8.23 | 9.29 | 12.91 | - |
| YUV | 84.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 98 | 0.30 | 0.09 | 0 | 0.62 | 198.62 | 0.17 | 0.33 |
| Hex | 45 | 59 | 62 | 1E | 9 | 0 | 3E | C7 | 11 | 21 |
| Octal | 105 | 131 | 142 | 36 | 11 | 0 | 76 | 307 | 21 | 41 |
| Binary | 1000101 | 1011001 | 1100010 | 11110 | 1001 | 0 | 111110 | 11000111 | 10001 | 100001 |
Color Harmonies of #455962
Complementary color
Monochromatic Colors of #455962
Black with #455962
Text Example
Text Example
White with #455962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455962; }
p { color: rgb(69,89,98); }
H1.HeaderClassName
{
color: #455962;
}
.AnyTagClassName
{
color: #455962;
}
</style>
background-color css
<style>
a { background-color: #455962; }
a { background-color: rgb(69,89,98); }
div.DivClassName
{
background-color: #455962;
}
.BgClassName
{
background-color: #455962;
}
</style>
border-color css
<style>
span { border-color: #455962; }
span { border-color: rgb(69,89,98); }
td.TdClassName
{
border-color: #455962;
}
.TagClassName
{
border-color: #455962;
}
</style>