Shades of San Juan #42575F
Tints of San Juan #42575F
RGB
CMYK
RGB Variations
Color information
#42575F (or 0x42575F) is known color: San Juan. HEX triplet: 42, 57 and 5F. RGB value is (66,87,95). Sum of RGB (Red+Green+Blue) = 66+87+95=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #42575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42575F is #BDA8A0. Grayscale: #515151. Windows color (decimal): -12429473 or 6248258. OLE color: 6248258.
HSL color Cylindrical-coordinate representation of color #42575F: hue angle of 196.55º 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 #42575F is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 87 | 95 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.63 |
| HSL | 196.55º | 0.18% | 0.32% | - |
| HSV(B) | 196.55º | 0.31% | 0.37% | - |
| XYZ | 7.72 | 8.8 | 12.12 | - |
| YUV | 81.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 95 | 0.31 | 0.08 | 0 | 0.63 | 196.55 | 0.18 | 0.32 |
| Hex | 42 | 57 | 5F | 1F | 8 | 0 | 3F | C5 | 12 | 20 |
| Octal | 102 | 127 | 137 | 37 | 10 | 0 | 77 | 305 | 22 | 40 |
| Binary | 1000010 | 1010111 | 1011111 | 11111 | 1000 | 0 | 111111 | 11000101 | 10010 | 100000 |
Color Harmonies of #42575F
Complementary color
Monochromatic Colors of #42575F
Black with #42575F
Text Example
Text Example
White with #42575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42575F; }
p { color: rgb(66,87,95); }
H1.HeaderClassName
{
color: #42575F;
}
.AnyTagClassName
{
color: #42575F;
}
</style>
background-color css
<style>
a { background-color: #42575F; }
a { background-color: rgb(66,87,95); }
div.DivClassName
{
background-color: #42575F;
}
.BgClassName
{
background-color: #42575F;
}
</style>
border-color css
<style>
span { border-color: #42575F; }
span { border-color: rgb(66,87,95); }
td.TdClassName
{
border-color: #42575F;
}
.TagClassName
{
border-color: #42575F;
}
</style>