Shades of San Juan #45565E
Tints of San Juan #45565E
RGB
CMYK
RGB Variations
Color information
#45565E (or 0x45565E) is known color: San Juan. HEX triplet: 45, 56 and 5E. RGB value is (69,86,94). Sum of RGB (Red+Green+Blue) = 69+86+94=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #45565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45565E is #BAA9A1. Grayscale: #515151. Windows color (decimal): -12233122 or 6182469. OLE color: 6182469.
HSL color Cylindrical-coordinate representation of color #45565E: hue angle of 199.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #45565E is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 86 | 94 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.63 |
| HSL | 199.2º | 0.15% | 0.32% | - |
| HSV(B) | 199.2º | 0.27% | 0.37% | - |
| XYZ | 7.8 | 8.73 | 11.86 | - |
| YUV | 81.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 94 | 0.27 | 0.09 | 0 | 0.63 | 199.2 | 0.15 | 0.32 |
| Hex | 45 | 56 | 5E | 1B | 9 | 0 | 3F | C7 | F | 20 |
| Octal | 105 | 126 | 136 | 33 | 11 | 0 | 77 | 307 | 17 | 40 |
| Binary | 1000101 | 1010110 | 1011110 | 11011 | 1001 | 0 | 111111 | 11000111 | 1111 | 100000 |
Color Harmonies of #45565E
Complementary color
Monochromatic Colors of #45565E
Black with #45565E
Text Example
Text Example
White with #45565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45565E; }
p { color: rgb(69,86,94); }
H1.HeaderClassName
{
color: #45565E;
}
.AnyTagClassName
{
color: #45565E;
}
</style>
background-color css
<style>
a { background-color: #45565E; }
a { background-color: rgb(69,86,94); }
div.DivClassName
{
background-color: #45565E;
}
.BgClassName
{
background-color: #45565E;
}
</style>
border-color css
<style>
span { border-color: #45565E; }
span { border-color: rgb(69,86,94); }
td.TdClassName
{
border-color: #45565E;
}
.TagClassName
{
border-color: #45565E;
}
</style>