Shades of San Juan #45555D
Tints of San Juan #45555D
RGB
CMYK
RGB Variations
Color information
#45555D (or 0x45555D) is known color: San Juan. HEX triplet: 45, 55 and 5D. RGB value is (69,85,93). Sum of RGB (Red+Green+Blue) = 69+85+93=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #45555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45555D is #BAAAA2. Grayscale: #515151. Windows color (decimal): -12233379 or 6116677. OLE color: 6116677.
HSL color Cylindrical-coordinate representation of color #45555D: hue angle of 200º 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 #45555D is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 85 | 93 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.64 |
| HSL | 200º | 0.15% | 0.32% | - |
| HSV(B) | 200º | 0.26% | 0.36% | - |
| XYZ | 7.68 | 8.55 | 11.6 | - |
| YUV | 81.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 93 | 0.26 | 0.09 | 0 | 0.64 | 200 | 0.15 | 0.32 |
| Hex | 45 | 55 | 5D | 1A | 9 | 0 | 40 | C8 | F | 20 |
| Octal | 105 | 125 | 135 | 32 | 11 | 0 | 100 | 310 | 17 | 40 |
| Binary | 1000101 | 1010101 | 1011101 | 11010 | 1001 | 0 | 1000000 | 11001000 | 1111 | 100000 |
Color Harmonies of #45555D
Complementary color
Monochromatic Colors of #45555D
Black with #45555D
Text Example
Text Example
White with #45555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45555D; }
p { color: rgb(69,85,93); }
H1.HeaderClassName
{
color: #45555D;
}
.AnyTagClassName
{
color: #45555D;
}
</style>
background-color css
<style>
a { background-color: #45555D; }
a { background-color: rgb(69,85,93); }
div.DivClassName
{
background-color: #45555D;
}
.BgClassName
{
background-color: #45555D;
}
</style>
border-color css
<style>
span { border-color: #45555D; }
span { border-color: rgb(69,85,93); }
td.TdClassName
{
border-color: #45555D;
}
.TagClassName
{
border-color: #45555D;
}
</style>