Shades of San Juan #455C65
Tints of San Juan #455C65
RGB
CMYK
RGB Variations
Color information
#455C65 (or 0x455C65) is known color: San Juan. HEX triplet: 45, 5C and 65. RGB value is (69,92,101). Sum of RGB (Red+Green+Blue) = 69+92+101=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 101 - color contains mainly: blue. Hex color #455C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C65 is #BAA39A. Grayscale: #565656. Windows color (decimal): -12231579 or 6642757. OLE color: 6642757.
HSL color Cylindrical-coordinate representation of color #455C65: hue angle of 196.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #455C65 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 92 | 101 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.60 |
| HSL | 196.88º | 0.19% | 0.33% | - |
| HSV(B) | 196.88º | 0.32% | 0.4% | - |
| XYZ | 8.63 | 9.86 | 13.76 | - |
| YUV | 86.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 101 | 0.32 | 0.09 | 0 | 0.60 | 196.88 | 0.19 | 0.33 |
| Hex | 45 | 5C | 65 | 20 | 9 | 0 | 3C | C5 | 13 | 21 |
| Octal | 105 | 134 | 145 | 40 | 11 | 0 | 74 | 305 | 23 | 41 |
| Binary | 1000101 | 1011100 | 1100101 | 100000 | 1001 | 0 | 111100 | 11000101 | 10011 | 100001 |
Color Harmonies of #455C65
Complementary color
Monochromatic Colors of #455C65
Black with #455C65
Text Example
Text Example
White with #455C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C65; }
p { color: rgb(69,92,101); }
H1.HeaderClassName
{
color: #455C65;
}
.AnyTagClassName
{
color: #455C65;
}
</style>
background-color css
<style>
a { background-color: #455C65; }
a { background-color: rgb(69,92,101); }
div.DivClassName
{
background-color: #455C65;
}
.BgClassName
{
background-color: #455C65;
}
</style>
border-color css
<style>
span { border-color: #455C65; }
span { border-color: rgb(69,92,101); }
td.TdClassName
{
border-color: #455C65;
}
.TagClassName
{
border-color: #455C65;
}
</style>