Shades of San Juan #42566A
Tints of San Juan #42566A
RGB
CMYK
RGB Variations
Color information
#42566A (or 0x42566A) is known color: San Juan. HEX triplet: 42, 56 and 6A. RGB value is (66,86,106). Sum of RGB (Red+Green+Blue) = 66+86+106=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #42566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42566A is #BDA995. Grayscale: #525252. Windows color (decimal): -12429718 or 6968898. OLE color: 6968898.
HSL color Cylindrical-coordinate representation of color #42566A: hue angle of 210º 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 #42566A is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 86 | 106 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.58 |
| HSL | 210º | 0.23% | 0.34% | - |
| HSV(B) | 210º | 0.38% | 0.42% | - |
| XYZ | 8.18 | 8.85 | 14.91 | - |
| YUV | 82.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 106 | 0.38 | 0.19 | 0 | 0.58 | 210 | 0.23 | 0.34 |
| Hex | 42 | 56 | 6A | 26 | 13 | 0 | 3A | D2 | 17 | 22 |
| Octal | 102 | 126 | 152 | 46 | 23 | 0 | 72 | 322 | 27 | 42 |
| Binary | 1000010 | 1010110 | 1101010 | 100110 | 10011 | 0 | 111010 | 11010010 | 10111 | 100010 |
Color Harmonies of #42566A
Complementary color
Monochromatic Colors of #42566A
Black with #42566A
Text Example
Text Example
White with #42566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42566A; }
p { color: rgb(66,86,106); }
H1.HeaderClassName
{
color: #42566A;
}
.AnyTagClassName
{
color: #42566A;
}
</style>
background-color css
<style>
a { background-color: #42566A; }
a { background-color: rgb(66,86,106); }
div.DivClassName
{
background-color: #42566A;
}
.BgClassName
{
background-color: #42566A;
}
</style>
border-color css
<style>
span { border-color: #42566A; }
span { border-color: rgb(66,86,106); }
td.TdClassName
{
border-color: #42566A;
}
.TagClassName
{
border-color: #42566A;
}
</style>