Shades of San Juan #42565F
Tints of San Juan #42565F
RGB
CMYK
RGB Variations
Color information
#42565F (or 0x42565F) is known color: San Juan. HEX triplet: 42, 56 and 5F. RGB value is (66,86,95). Sum of RGB (Red+Green+Blue) = 66+86+95=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #42565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42565F is #BDA9A0. Grayscale: #505050. Windows color (decimal): -12429729 or 6248002. OLE color: 6248002.
HSL color Cylindrical-coordinate representation of color #42565F: hue angle of 198.62º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42565F is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 86 | 95 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.63 |
| HSL | 198.62º | 0.18% | 0.32% | - |
| HSV(B) | 198.62º | 0.31% | 0.37% | - |
| XYZ | 7.64 | 8.64 | 12.09 | - |
| YUV | 81.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 95 | 0.31 | 0.09 | 0 | 0.63 | 198.62 | 0.18 | 0.32 |
| Hex | 42 | 56 | 5F | 1F | 9 | 0 | 3F | C7 | 12 | 20 |
| Octal | 102 | 126 | 137 | 37 | 11 | 0 | 77 | 307 | 22 | 40 |
| Binary | 1000010 | 1010110 | 1011111 | 11111 | 1001 | 0 | 111111 | 11000111 | 10010 | 100000 |
Color Harmonies of #42565F
Complementary color
Monochromatic Colors of #42565F
Black with #42565F
Text Example
Text Example
White with #42565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42565F; }
p { color: rgb(66,86,95); }
H1.HeaderClassName
{
color: #42565F;
}
.AnyTagClassName
{
color: #42565F;
}
</style>
background-color css
<style>
a { background-color: #42565F; }
a { background-color: rgb(66,86,95); }
div.DivClassName
{
background-color: #42565F;
}
.BgClassName
{
background-color: #42565F;
}
</style>
border-color css
<style>
span { border-color: #42565F; }
span { border-color: rgb(66,86,95); }
td.TdClassName
{
border-color: #42565F;
}
.TagClassName
{
border-color: #42565F;
}
</style>