Shades of San Juan #455B65
Tints of San Juan #455B65
RGB
CMYK
RGB Variations
Color information
#455B65 (or 0x455B65) is known color: San Juan. HEX triplet: 45, 5B and 65. RGB value is (69,91,101). Sum of RGB (Red+Green+Blue) = 69+91+101=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #455B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B65 is #BAA49A. Grayscale: #555555. Windows color (decimal): -12231835 or 6642501. OLE color: 6642501.
HSL color Cylindrical-coordinate representation of color #455B65: hue angle of 198.75º 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 #455B65 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 91 | 101 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.60 |
| HSL | 198.75º | 0.19% | 0.33% | - |
| HSV(B) | 198.75º | 0.32% | 0.4% | - |
| XYZ | 8.54 | 9.69 | 13.73 | - |
| YUV | 85.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 101 | 0.32 | 0.10 | 0 | 0.60 | 198.75 | 0.19 | 0.33 |
| Hex | 45 | 5B | 65 | 20 | A | 0 | 3C | C7 | 13 | 21 |
| Octal | 105 | 133 | 145 | 40 | 12 | 0 | 74 | 307 | 23 | 41 |
| Binary | 1000101 | 1011011 | 1100101 | 100000 | 1010 | 0 | 111100 | 11000111 | 10011 | 100001 |
Color Harmonies of #455B65
Complementary color
Monochromatic Colors of #455B65
Black with #455B65
Text Example
Text Example
White with #455B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B65; }
p { color: rgb(69,91,101); }
H1.HeaderClassName
{
color: #455B65;
}
.AnyTagClassName
{
color: #455B65;
}
</style>
background-color css
<style>
a { background-color: #455B65; }
a { background-color: rgb(69,91,101); }
div.DivClassName
{
background-color: #455B65;
}
.BgClassName
{
background-color: #455B65;
}
</style>
border-color css
<style>
span { border-color: #455B65; }
span { border-color: rgb(69,91,101); }
td.TdClassName
{
border-color: #455B65;
}
.TagClassName
{
border-color: #455B65;
}
</style>