Shades of San Juan #455A62
Tints of San Juan #455A62
RGB
CMYK
RGB Variations
Color information
#455A62 (or 0x455A62) is known color: San Juan. HEX triplet: 45, 5A and 62. RGB value is (69,90,98). Sum of RGB (Red+Green+Blue) = 69+90+98=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #455A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A62 is #BAA59D. Grayscale: #545454. Windows color (decimal): -12232094 or 6445637. OLE color: 6445637.
HSL color Cylindrical-coordinate representation of color #455A62: hue angle of 196.55º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455A62 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 90 | 98 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.62 |
| HSL | 196.55º | 0.17% | 0.33% | - |
| HSV(B) | 196.55º | 0.3% | 0.38% | - |
| XYZ | 8.32 | 9.46 | 12.94 | - |
| YUV | 84.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 98 | 0.30 | 0.08 | 0 | 0.62 | 196.55 | 0.17 | 0.33 |
| Hex | 45 | 5A | 62 | 1E | 8 | 0 | 3E | C5 | 11 | 21 |
| Octal | 105 | 132 | 142 | 36 | 10 | 0 | 76 | 305 | 21 | 41 |
| Binary | 1000101 | 1011010 | 1100010 | 11110 | 1000 | 0 | 111110 | 11000101 | 10001 | 100001 |
Color Harmonies of #455A62
Complementary color
Monochromatic Colors of #455A62
Black with #455A62
Text Example
Text Example
White with #455A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A62; }
p { color: rgb(69,90,98); }
H1.HeaderClassName
{
color: #455A62;
}
.AnyTagClassName
{
color: #455A62;
}
</style>
background-color css
<style>
a { background-color: #455A62; }
a { background-color: rgb(69,90,98); }
div.DivClassName
{
background-color: #455A62;
}
.BgClassName
{
background-color: #455A62;
}
</style>
border-color css
<style>
span { border-color: #455A62; }
span { border-color: rgb(69,90,98); }
td.TdClassName
{
border-color: #455A62;
}
.TagClassName
{
border-color: #455A62;
}
</style>