Shades of San Juan #42535D
Tints of San Juan #42535D
RGB
CMYK
RGB Variations
Color information
#42535D (or 0x42535D) is known color: San Juan. HEX triplet: 42, 53 and 5D. RGB value is (66,83,93). Sum of RGB (Red+Green+Blue) = 66+83+93=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #42535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42535D is #BDACA2. Grayscale: #4F4F4F. Windows color (decimal): -12430499 or 6116162. OLE color: 6116162.
HSL color Cylindrical-coordinate representation of color #42535D: hue angle of 202.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42535D is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 83 | 93 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.64 |
| HSL | 202.22º | 0.17% | 0.31% | - |
| HSV(B) | 202.22º | 0.29% | 0.36% | - |
| XYZ | 7.32 | 8.14 | 11.54 | - |
| YUV | 79.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 93 | 0.29 | 0.11 | 0 | 0.64 | 202.22 | 0.17 | 0.31 |
| Hex | 42 | 53 | 5D | 1D | B | 0 | 40 | CA | 11 | 1F |
| Octal | 102 | 123 | 135 | 35 | 13 | 0 | 100 | 312 | 21 | 37 |
| Binary | 1000010 | 1010011 | 1011101 | 11101 | 1011 | 0 | 1000000 | 11001010 | 10001 | 11111 |
Color Harmonies of #42535D
Complementary color
Monochromatic Colors of #42535D
Black with #42535D
Text Example
Text Example
White with #42535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42535D; }
p { color: rgb(66,83,93); }
H1.HeaderClassName
{
color: #42535D;
}
.AnyTagClassName
{
color: #42535D;
}
</style>
background-color css
<style>
a { background-color: #42535D; }
a { background-color: rgb(66,83,93); }
div.DivClassName
{
background-color: #42535D;
}
.BgClassName
{
background-color: #42535D;
}
</style>
border-color css
<style>
span { border-color: #42535D; }
span { border-color: rgb(66,83,93); }
td.TdClassName
{
border-color: #42535D;
}
.TagClassName
{
border-color: #42535D;
}
</style>