Shades of San Juan #455A66
Tints of San Juan #455A66
RGB
CMYK
RGB Variations
Color information
#455A66 (or 0x455A66) is known color: San Juan. HEX triplet: 45, 5A and 66. RGB value is (69,90,102). Sum of RGB (Red+Green+Blue) = 69+90+102=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #455A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A66 is #BAA599. Grayscale: #555555. Windows color (decimal): -12232090 or 6707781. OLE color: 6707781.
HSL color Cylindrical-coordinate representation of color #455A66: hue angle of 201.82º 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 #455A66 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 90 | 102 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.6 |
| HSL | 201.82º | 0.19% | 0.34% | - |
| HSV(B) | 201.82º | 0.32% | 0.4% | - |
| XYZ | 8.51 | 9.54 | 13.96 | - |
| YUV | 85.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 102 | 0.32 | 0.12 | 0 | 0.6 | 201.82 | 0.19 | 0.34 |
| Hex | 45 | 5A | 66 | 20 | C | 0 | 3C | CA | 13 | 22 |
| Octal | 105 | 132 | 146 | 40 | 14 | 0 | 74 | 312 | 23 | 42 |
| Binary | 1000101 | 1011010 | 1100110 | 100000 | 1100 | 0 | 111100 | 11001010 | 10011 | 100010 |
Color Harmonies of #455A66
Complementary color
Monochromatic Colors of #455A66
Black with #455A66
Text Example
Text Example
White with #455A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A66; }
p { color: rgb(69,90,102); }
H1.HeaderClassName
{
color: #455A66;
}
.AnyTagClassName
{
color: #455A66;
}
</style>
background-color css
<style>
a { background-color: #455A66; }
a { background-color: rgb(69,90,102); }
div.DivClassName
{
background-color: #455A66;
}
.BgClassName
{
background-color: #455A66;
}
</style>
border-color css
<style>
span { border-color: #455A66; }
span { border-color: rgb(69,90,102); }
td.TdClassName
{
border-color: #455A66;
}
.TagClassName
{
border-color: #455A66;
}
</style>