Shades of San Juan #455B66
Tints of San Juan #455B66
RGB
CMYK
RGB Variations
Color information
#455B66 (or 0x455B66) is known color: San Juan. HEX triplet: 45, 5B and 66. RGB value is (69,91,102). Sum of RGB (Red+Green+Blue) = 69+91+102=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #455B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B66 is #BAA499. Grayscale: #555555. Windows color (decimal): -12231834 or 6708037. OLE color: 6708037.
HSL color Cylindrical-coordinate representation of color #455B66: hue angle of 200º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #455B66 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 91 | 102 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.6 |
| HSL | 200º | 0.19% | 0.34% | - |
| HSV(B) | 200º | 0.32% | 0.4% | - |
| XYZ | 8.59 | 9.71 | 13.99 | - |
| YUV | 85.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 102 | 0.32 | 0.11 | 0 | 0.6 | 200 | 0.19 | 0.34 |
| Hex | 45 | 5B | 66 | 20 | B | 0 | 3C | C8 | 13 | 22 |
| Octal | 105 | 133 | 146 | 40 | 13 | 0 | 74 | 310 | 23 | 42 |
| Binary | 1000101 | 1011011 | 1100110 | 100000 | 1011 | 0 | 111100 | 11001000 | 10011 | 100010 |
Color Harmonies of #455B66
Complementary color
Monochromatic Colors of #455B66
Black with #455B66
Text Example
Text Example
White with #455B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B66; }
p { color: rgb(69,91,102); }
H1.HeaderClassName
{
color: #455B66;
}
.AnyTagClassName
{
color: #455B66;
}
</style>
background-color css
<style>
a { background-color: #455B66; }
a { background-color: rgb(69,91,102); }
div.DivClassName
{
background-color: #455B66;
}
.BgClassName
{
background-color: #455B66;
}
</style>
border-color css
<style>
span { border-color: #455B66; }
span { border-color: rgb(69,91,102); }
td.TdClassName
{
border-color: #455B66;
}
.TagClassName
{
border-color: #455B66;
}
</style>