Shades of San Juan #42586C
Tints of San Juan #42586C
RGB
CMYK
RGB Variations
Color information
#42586C (or 0x42586C) is known color: San Juan. HEX triplet: 42, 58 and 6C. RGB value is (66,88,108). Sum of RGB (Red+Green+Blue) = 66+88+108=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #42586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42586C is #BDA793. Grayscale: #535353. Windows color (decimal): -12429204 or 7100482. OLE color: 7100482.
HSL color Cylindrical-coordinate representation of color #42586C: hue angle of 208.57º 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 #42586C is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 88 | 108 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.58 |
| HSL | 208.57º | 0.24% | 0.34% | - |
| HSV(B) | 208.57º | 0.39% | 0.42% | - |
| XYZ | 8.44 | 9.22 | 15.52 | - |
| YUV | 83.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 108 | 0.39 | 0.19 | 0 | 0.58 | 208.57 | 0.24 | 0.34 |
| Hex | 42 | 58 | 6C | 27 | 13 | 0 | 3A | D1 | 18 | 22 |
| Octal | 102 | 130 | 154 | 47 | 23 | 0 | 72 | 321 | 30 | 42 |
| Binary | 1000010 | 1011000 | 1101100 | 100111 | 10011 | 0 | 111010 | 11010001 | 11000 | 100010 |
Color Harmonies of #42586C
Complementary color
Monochromatic Colors of #42586C
Black with #42586C
Text Example
Text Example
White with #42586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42586C; }
p { color: rgb(66,88,108); }
H1.HeaderClassName
{
color: #42586C;
}
.AnyTagClassName
{
color: #42586C;
}
</style>
background-color css
<style>
a { background-color: #42586C; }
a { background-color: rgb(66,88,108); }
div.DivClassName
{
background-color: #42586C;
}
.BgClassName
{
background-color: #42586C;
}
</style>
border-color css
<style>
span { border-color: #42586C; }
span { border-color: rgb(66,88,108); }
td.TdClassName
{
border-color: #42586C;
}
.TagClassName
{
border-color: #42586C;
}
</style>