Shades of San Juan #42525D
Tints of San Juan #42525D
RGB
CMYK
RGB Variations
Color information
#42525D (or 0x42525D) is known color: San Juan. HEX triplet: 42, 52 and 5D. RGB value is (66,82,93). Sum of RGB (Red+Green+Blue) = 66+82+93=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #42525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42525D is #BDADA2. Grayscale: #4E4E4E. Windows color (decimal): -12430755 or 6115906. OLE color: 6115906.
HSL color Cylindrical-coordinate representation of color #42525D: hue angle of 204.44º 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 #42525D is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 82 | 93 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.64 |
| HSL | 204.44º | 0.17% | 0.31% | - |
| HSV(B) | 204.44º | 0.29% | 0.36% | - |
| XYZ | 7.24 | 7.98 | 11.52 | - |
| YUV | 78.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 93 | 0.29 | 0.12 | 0 | 0.64 | 204.44 | 0.17 | 0.31 |
| Hex | 42 | 52 | 5D | 1D | C | 0 | 40 | CC | 11 | 1F |
| Octal | 102 | 122 | 135 | 35 | 14 | 0 | 100 | 314 | 21 | 37 |
| Binary | 1000010 | 1010010 | 1011101 | 11101 | 1100 | 0 | 1000000 | 11001100 | 10001 | 11111 |
Color Harmonies of #42525D
Complementary color
Monochromatic Colors of #42525D
Black with #42525D
Text Example
Text Example
White with #42525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42525D; }
p { color: rgb(66,82,93); }
H1.HeaderClassName
{
color: #42525D;
}
.AnyTagClassName
{
color: #42525D;
}
</style>
background-color css
<style>
a { background-color: #42525D; }
a { background-color: rgb(66,82,93); }
div.DivClassName
{
background-color: #42525D;
}
.BgClassName
{
background-color: #42525D;
}
</style>
border-color css
<style>
span { border-color: #42525D; }
span { border-color: rgb(66,82,93); }
td.TdClassName
{
border-color: #42525D;
}
.TagClassName
{
border-color: #42525D;
}
</style>