Shades of San Juan #45565D
Tints of San Juan #45565D
RGB
CMYK
RGB Variations
Color information
#45565D (or 0x45565D) is known color: San Juan. HEX triplet: 45, 56 and 5D. RGB value is (69,86,93). Sum of RGB (Red+Green+Blue) = 69+86+93=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #45565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45565D is #BAA9A2. Grayscale: #515151. Windows color (decimal): -12233123 or 6116933. OLE color: 6116933.
HSL color Cylindrical-coordinate representation of color #45565D: hue angle of 197.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45565D is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 86 | 93 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.64 |
| HSL | 197.5º | 0.15% | 0.32% | - |
| HSV(B) | 197.5º | 0.26% | 0.36% | - |
| XYZ | 7.76 | 8.71 | 11.63 | - |
| YUV | 81.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 93 | 0.26 | 0.08 | 0 | 0.64 | 197.5 | 0.15 | 0.32 |
| Hex | 45 | 56 | 5D | 1A | 8 | 0 | 40 | C6 | F | 20 |
| Octal | 105 | 126 | 135 | 32 | 10 | 0 | 100 | 306 | 17 | 40 |
| Binary | 1000101 | 1010110 | 1011101 | 11010 | 1000 | 0 | 1000000 | 11000110 | 1111 | 100000 |
Color Harmonies of #45565D
Complementary color
Monochromatic Colors of #45565D
Black with #45565D
Text Example
Text Example
White with #45565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45565D; }
p { color: rgb(69,86,93); }
H1.HeaderClassName
{
color: #45565D;
}
.AnyTagClassName
{
color: #45565D;
}
</style>
background-color css
<style>
a { background-color: #45565D; }
a { background-color: rgb(69,86,93); }
div.DivClassName
{
background-color: #45565D;
}
.BgClassName
{
background-color: #45565D;
}
</style>
border-color css
<style>
span { border-color: #45565D; }
span { border-color: rgb(69,86,93); }
td.TdClassName
{
border-color: #45565D;
}
.TagClassName
{
border-color: #45565D;
}
</style>