Shades of San Juan #42596C
Tints of San Juan #42596C
RGB
CMYK
RGB Variations
Color information
#42596C (or 0x42596C) is known color: San Juan. HEX triplet: 42, 59 and 6C. RGB value is (66,89,108). Sum of RGB (Red+Green+Blue) = 66+89+108=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #42596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42596C is #BDA693. Grayscale: #545454. Windows color (decimal): -12428948 or 7100738. OLE color: 7100738.
HSL color Cylindrical-coordinate representation of color #42596C: hue angle of 207.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42596C is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 89 | 108 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.58 |
| HSL | 207.14º | 0.24% | 0.34% | - |
| HSV(B) | 207.14º | 0.39% | 0.42% | - |
| XYZ | 8.53 | 9.39 | 15.55 | - |
| YUV | 84.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 108 | 0.39 | 0.18 | 0 | 0.58 | 207.14 | 0.24 | 0.34 |
| Hex | 42 | 59 | 6C | 27 | 12 | 0 | 3A | CF | 18 | 22 |
| Octal | 102 | 131 | 154 | 47 | 22 | 0 | 72 | 317 | 30 | 42 |
| Binary | 1000010 | 1011001 | 1101100 | 100111 | 10010 | 0 | 111010 | 11001111 | 11000 | 100010 |
Color Harmonies of #42596C
Complementary color
Monochromatic Colors of #42596C
Black with #42596C
Text Example
Text Example
White with #42596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42596C; }
p { color: rgb(66,89,108); }
H1.HeaderClassName
{
color: #42596C;
}
.AnyTagClassName
{
color: #42596C;
}
</style>
background-color css
<style>
a { background-color: #42596C; }
a { background-color: rgb(66,89,108); }
div.DivClassName
{
background-color: #42596C;
}
.BgClassName
{
background-color: #42596C;
}
</style>
border-color css
<style>
span { border-color: #42596C; }
span { border-color: rgb(66,89,108); }
td.TdClassName
{
border-color: #42596C;
}
.TagClassName
{
border-color: #42596C;
}
</style>