Shades of San Juan #45515A
Tints of San Juan #45515A
RGB
CMYK
RGB Variations
Color information
#45515A (or 0x45515A) is known color: San Juan. HEX triplet: 45, 51 and 5A. RGB value is (69,81,90). Sum of RGB (Red+Green+Blue) = 69+81+90=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #45515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45515A is #BAAEA5. Grayscale: #4E4E4E. Windows color (decimal): -12234406 or 5919045. OLE color: 5919045.
HSL color Cylindrical-coordinate representation of color #45515A: hue angle of 205.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #45515A is Cyan = 0.23, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 81 | 90 | - |
| CMYK | 0.23 | 0.1 | 0 | 0.65 |
| HSL | 205.71º | 0.13% | 0.31% | - |
| HSV(B) | 205.71º | 0.23% | 0.35% | - |
| XYZ | 7.24 | 7.89 | 10.81 | - |
| YUV | 78.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 90 | 0.23 | 0.1 | 0 | 0.65 | 205.71 | 0.13 | 0.31 |
| Hex | 45 | 51 | 5A | 17 | A | 0 | 41 | CE | D | 1F |
| Octal | 105 | 121 | 132 | 27 | 12 | 0 | 101 | 316 | 15 | 37 |
| Binary | 1000101 | 1010001 | 1011010 | 10111 | 1010 | 0 | 1000001 | 11001110 | 1101 | 11111 |
Color Harmonies of #45515A
Complementary color
Monochromatic Colors of #45515A
Black with #45515A
Text Example
Text Example
White with #45515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45515A; }
p { color: rgb(69,81,90); }
H1.HeaderClassName
{
color: #45515A;
}
.AnyTagClassName
{
color: #45515A;
}
</style>
background-color css
<style>
a { background-color: #45515A; }
a { background-color: rgb(69,81,90); }
div.DivClassName
{
background-color: #45515A;
}
.BgClassName
{
background-color: #45515A;
}
</style>
border-color css
<style>
span { border-color: #45515A; }
span { border-color: rgb(69,81,90); }
td.TdClassName
{
border-color: #45515A;
}
.TagClassName
{
border-color: #45515A;
}
</style>