Shades of San Juan #455B63
Tints of San Juan #455B63
RGB
CMYK
RGB Variations
Color information
#455B63 (or 0x455B63) is known color: San Juan. HEX triplet: 45, 5B and 63. RGB value is (69,91,99). Sum of RGB (Red+Green+Blue) = 69+91+99=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #455B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B63 is #BAA49C. Grayscale: #555555. Windows color (decimal): -12231837 or 6511429. OLE color: 6511429.
HSL color Cylindrical-coordinate representation of color #455B63: hue angle of 196º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455B63 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 91 | 99 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.61 |
| HSL | 196º | 0.18% | 0.33% | - |
| HSV(B) | 196º | 0.3% | 0.39% | - |
| XYZ | 8.45 | 9.65 | 13.22 | - |
| YUV | 85.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 99 | 0.30 | 0.08 | 0 | 0.61 | 196 | 0.18 | 0.33 |
| Hex | 45 | 5B | 63 | 1E | 8 | 0 | 3D | C4 | 12 | 21 |
| Octal | 105 | 133 | 143 | 36 | 10 | 0 | 75 | 304 | 22 | 41 |
| Binary | 1000101 | 1011011 | 1100011 | 11110 | 1000 | 0 | 111101 | 11000100 | 10010 | 100001 |
Color Harmonies of #455B63
Complementary color
Monochromatic Colors of #455B63
Black with #455B63
Text Example
Text Example
White with #455B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B63; }
p { color: rgb(69,91,99); }
H1.HeaderClassName
{
color: #455B63;
}
.AnyTagClassName
{
color: #455B63;
}
</style>
background-color css
<style>
a { background-color: #455B63; }
a { background-color: rgb(69,91,99); }
div.DivClassName
{
background-color: #455B63;
}
.BgClassName
{
background-color: #455B63;
}
</style>
border-color css
<style>
span { border-color: #455B63; }
span { border-color: rgb(69,91,99); }
td.TdClassName
{
border-color: #455B63;
}
.TagClassName
{
border-color: #455B63;
}
</style>