Shades of San Juan #455964
Tints of San Juan #455964
RGB
CMYK
RGB Variations
Color information
#455964 (or 0x455964) is known color: San Juan. HEX triplet: 45, 59 and 64. RGB value is (69,89,100). Sum of RGB (Red+Green+Blue) = 69+89+100=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #455964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455964 is #BAA69B. Grayscale: #545454. Windows color (decimal): -12232348 or 6576453. OLE color: 6576453.
HSL color Cylindrical-coordinate representation of color #455964: hue angle of 201.29º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #455964 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 89 | 100 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.61 |
| HSL | 201.29º | 0.18% | 0.33% | - |
| HSV(B) | 201.29º | 0.31% | 0.39% | - |
| XYZ | 8.33 | 9.33 | 13.42 | - |
| YUV | 84.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 100 | 0.31 | 0.11 | 0 | 0.61 | 201.29 | 0.18 | 0.33 |
| Hex | 45 | 59 | 64 | 1F | B | 0 | 3D | C9 | 12 | 21 |
| Octal | 105 | 131 | 144 | 37 | 13 | 0 | 75 | 311 | 22 | 41 |
| Binary | 1000101 | 1011001 | 1100100 | 11111 | 1011 | 0 | 111101 | 11001001 | 10010 | 100001 |
Color Harmonies of #455964
Complementary color
Monochromatic Colors of #455964
Black with #455964
Text Example
Text Example
White with #455964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455964; }
p { color: rgb(69,89,100); }
H1.HeaderClassName
{
color: #455964;
}
.AnyTagClassName
{
color: #455964;
}
</style>
background-color css
<style>
a { background-color: #455964; }
a { background-color: rgb(69,89,100); }
div.DivClassName
{
background-color: #455964;
}
.BgClassName
{
background-color: #455964;
}
</style>
border-color css
<style>
span { border-color: #455964; }
span { border-color: rgb(69,89,100); }
td.TdClassName
{
border-color: #455964;
}
.TagClassName
{
border-color: #455964;
}
</style>