Shades of San Juan #42596A
Tints of San Juan #42596A
RGB
CMYK
RGB Variations
Color information
#42596A (or 0x42596A) is known color: San Juan. HEX triplet: 42, 59 and 6A. RGB value is (66,89,106). Sum of RGB (Red+Green+Blue) = 66+89+106=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 106 - color contains mainly: blue. Hex color #42596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42596A is #BDA695. Grayscale: #535353. Windows color (decimal): -12428950 or 6969666. OLE color: 6969666.
HSL color Cylindrical-coordinate representation of color #42596A: hue angle of 205.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42596A is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 89 | 106 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.58 |
| HSL | 205.5º | 0.23% | 0.34% | - |
| HSV(B) | 205.5º | 0.38% | 0.42% | - |
| XYZ | 8.42 | 9.34 | 15 | - |
| YUV | 84.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 106 | 0.38 | 0.16 | 0 | 0.58 | 205.5 | 0.23 | 0.34 |
| Hex | 42 | 59 | 6A | 26 | 10 | 0 | 3A | CE | 17 | 22 |
| Octal | 102 | 131 | 152 | 46 | 20 | 0 | 72 | 316 | 27 | 42 |
| Binary | 1000010 | 1011001 | 1101010 | 100110 | 10000 | 0 | 111010 | 11001110 | 10111 | 100010 |
Color Harmonies of #42596A
Complementary color
Monochromatic Colors of #42596A
Black with #42596A
Text Example
Text Example
White with #42596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42596A; }
p { color: rgb(66,89,106); }
H1.HeaderClassName
{
color: #42596A;
}
.AnyTagClassName
{
color: #42596A;
}
</style>
background-color css
<style>
a { background-color: #42596A; }
a { background-color: rgb(66,89,106); }
div.DivClassName
{
background-color: #42596A;
}
.BgClassName
{
background-color: #42596A;
}
</style>
border-color css
<style>
span { border-color: #42596A; }
span { border-color: rgb(66,89,106); }
td.TdClassName
{
border-color: #42596A;
}
.TagClassName
{
border-color: #42596A;
}
</style>