Shades of San Juan #455763
Tints of San Juan #455763
RGB
CMYK
RGB Variations
Color information
#455763 (or 0x455763) is known color: San Juan. HEX triplet: 45, 57 and 63. RGB value is (69,87,99). Sum of RGB (Red+Green+Blue) = 69+87+99=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #455763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455763 is #BAA89C. Grayscale: #525252. Windows color (decimal): -12232861 or 6510405. OLE color: 6510405.
HSL color Cylindrical-coordinate representation of color #455763: hue angle of 204º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455763 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 87 | 99 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.61 |
| HSL | 204º | 0.18% | 0.33% | - |
| HSV(B) | 204º | 0.3% | 0.39% | - |
| XYZ | 8.11 | 8.98 | 13.11 | - |
| YUV | 82.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 99 | 0.30 | 0.12 | 0 | 0.61 | 204 | 0.18 | 0.33 |
| Hex | 45 | 57 | 63 | 1E | C | 0 | 3D | CC | 12 | 21 |
| Octal | 105 | 127 | 143 | 36 | 14 | 0 | 75 | 314 | 22 | 41 |
| Binary | 1000101 | 1010111 | 1100011 | 11110 | 1100 | 0 | 111101 | 11001100 | 10010 | 100001 |
Color Harmonies of #455763
Complementary color
Monochromatic Colors of #455763
Black with #455763
Text Example
Text Example
White with #455763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455763; }
p { color: rgb(69,87,99); }
H1.HeaderClassName
{
color: #455763;
}
.AnyTagClassName
{
color: #455763;
}
</style>
background-color css
<style>
a { background-color: #455763; }
a { background-color: rgb(69,87,99); }
div.DivClassName
{
background-color: #455763;
}
.BgClassName
{
background-color: #455763;
}
</style>
border-color css
<style>
span { border-color: #455763; }
span { border-color: rgb(69,87,99); }
td.TdClassName
{
border-color: #455763;
}
.TagClassName
{
border-color: #455763;
}
</style>