Shades of San Juan #42535E
Tints of San Juan #42535E
RGB
CMYK
RGB Variations
Color information
#42535E (or 0x42535E) is known color: San Juan. HEX triplet: 42, 53 and 5E. RGB value is (66,83,94). Sum of RGB (Red+Green+Blue) = 66+83+94=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #42535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42535E is #BDACA1. Grayscale: #4F4F4F. Windows color (decimal): -12430498 or 6181698. OLE color: 6181698.
HSL color Cylindrical-coordinate representation of color #42535E: hue angle of 203.57º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42535E is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 83 | 94 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.63 |
| HSL | 203.57º | 0.18% | 0.31% | - |
| HSV(B) | 203.57º | 0.3% | 0.37% | - |
| XYZ | 7.36 | 8.15 | 11.78 | - |
| YUV | 79.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 94 | 0.30 | 0.12 | 0 | 0.63 | 203.57 | 0.18 | 0.31 |
| Hex | 42 | 53 | 5E | 1E | C | 0 | 3F | CC | 12 | 1F |
| Octal | 102 | 123 | 136 | 36 | 14 | 0 | 77 | 314 | 22 | 37 |
| Binary | 1000010 | 1010011 | 1011110 | 11110 | 1100 | 0 | 111111 | 11001100 | 10010 | 11111 |
Color Harmonies of #42535E
Complementary color
Monochromatic Colors of #42535E
Black with #42535E
Text Example
Text Example
White with #42535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42535E; }
p { color: rgb(66,83,94); }
H1.HeaderClassName
{
color: #42535E;
}
.AnyTagClassName
{
color: #42535E;
}
</style>
background-color css
<style>
a { background-color: #42535E; }
a { background-color: rgb(66,83,94); }
div.DivClassName
{
background-color: #42535E;
}
.BgClassName
{
background-color: #42535E;
}
</style>
border-color css
<style>
span { border-color: #42535E; }
span { border-color: rgb(66,83,94); }
td.TdClassName
{
border-color: #42535E;
}
.TagClassName
{
border-color: #42535E;
}
</style>