Shades of San Juan #42586A
Tints of San Juan #42586A
RGB
CMYK
RGB Variations
Color information
#42586A (or 0x42586A) is known color: San Juan. HEX triplet: 42, 58 and 6A. RGB value is (66,88,106). Sum of RGB (Red+Green+Blue) = 66+88+106=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 106 - color contains mainly: blue. Hex color #42586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42586A is #BDA795. Grayscale: #535353. Windows color (decimal): -12429206 or 6969410. OLE color: 6969410.
HSL color Cylindrical-coordinate representation of color #42586A: hue angle of 207º 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 #42586A is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 88 | 106 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.58 |
| HSL | 207º | 0.23% | 0.34% | - |
| HSV(B) | 207º | 0.38% | 0.42% | - |
| XYZ | 8.34 | 9.18 | 14.97 | - |
| YUV | 83.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 106 | 0.38 | 0.17 | 0 | 0.58 | 207 | 0.23 | 0.34 |
| Hex | 42 | 58 | 6A | 26 | 11 | 0 | 3A | CF | 17 | 22 |
| Octal | 102 | 130 | 152 | 46 | 21 | 0 | 72 | 317 | 27 | 42 |
| Binary | 1000010 | 1011000 | 1101010 | 100110 | 10001 | 0 | 111010 | 11001111 | 10111 | 100010 |
Color Harmonies of #42586A
Complementary color
Monochromatic Colors of #42586A
Black with #42586A
Text Example
Text Example
White with #42586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42586A; }
p { color: rgb(66,88,106); }
H1.HeaderClassName
{
color: #42586A;
}
.AnyTagClassName
{
color: #42586A;
}
</style>
background-color css
<style>
a { background-color: #42586A; }
a { background-color: rgb(66,88,106); }
div.DivClassName
{
background-color: #42586A;
}
.BgClassName
{
background-color: #42586A;
}
</style>
border-color css
<style>
span { border-color: #42586A; }
span { border-color: rgb(66,88,106); }
td.TdClassName
{
border-color: #42586A;
}
.TagClassName
{
border-color: #42586A;
}
</style>