Shades of San Juan #455A6A
Tints of San Juan #455A6A
RGB
CMYK
RGB Variations
Color information
#455A6A (or 0x455A6A) is known color: San Juan. HEX triplet: 45, 5A and 6A. RGB value is (69,90,106). Sum of RGB (Red+Green+Blue) = 69+90+106=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 106 - color contains mainly: blue. Hex color #455A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A6A is #BAA595. Grayscale: #555555. Windows color (decimal): -12232086 or 6969925. OLE color: 6969925.
HSL color Cylindrical-coordinate representation of color #455A6A: hue angle of 205.95º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #455A6A is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 90 | 106 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.58 |
| HSL | 205.95º | 0.21% | 0.34% | - |
| HSV(B) | 205.95º | 0.35% | 0.42% | - |
| XYZ | 8.71 | 9.62 | 15.03 | - |
| YUV | 85.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 106 | 0.35 | 0.15 | 0 | 0.58 | 205.95 | 0.21 | 0.34 |
| Hex | 45 | 5A | 6A | 23 | F | 0 | 3A | CE | 15 | 22 |
| Octal | 105 | 132 | 152 | 43 | 17 | 0 | 72 | 316 | 25 | 42 |
| Binary | 1000101 | 1011010 | 1101010 | 100011 | 1111 | 0 | 111010 | 11001110 | 10101 | 100010 |
Color Harmonies of #455A6A
Complementary color
Monochromatic Colors of #455A6A
Black with #455A6A
Text Example
Text Example
White with #455A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A6A; }
p { color: rgb(69,90,106); }
H1.HeaderClassName
{
color: #455A6A;
}
.AnyTagClassName
{
color: #455A6A;
}
</style>
background-color css
<style>
a { background-color: #455A6A; }
a { background-color: rgb(69,90,106); }
div.DivClassName
{
background-color: #455A6A;
}
.BgClassName
{
background-color: #455A6A;
}
</style>
border-color css
<style>
span { border-color: #455A6A; }
span { border-color: rgb(69,90,106); }
td.TdClassName
{
border-color: #455A6A;
}
.TagClassName
{
border-color: #455A6A;
}
</style>