Shades of San Juan #425C64
Tints of San Juan #425C64
RGB
CMYK
RGB Variations
Color information
#425C64 (or 0x425C64) is known color: San Juan. HEX triplet: 42, 5C and 64. RGB value is (66,92,100). Sum of RGB (Red+Green+Blue) = 66+92+100=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #425C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C64 is #BDA39B. Grayscale: #555555. Windows color (decimal): -12428188 or 6577218. OLE color: 6577218.
HSL color Cylindrical-coordinate representation of color #425C64: hue angle of 194.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #425C64 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 92 | 100 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.61 |
| HSL | 194.12º | 0.2% | 0.33% | - |
| HSV(B) | 194.12º | 0.34% | 0.39% | - |
| XYZ | 8.37 | 9.73 | 13.49 | - |
| YUV | 85.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 100 | 0.34 | 0.08 | 0 | 0.61 | 194.12 | 0.2 | 0.33 |
| Hex | 42 | 5C | 64 | 22 | 8 | 0 | 3D | C2 | 14 | 21 |
| Octal | 102 | 134 | 144 | 42 | 10 | 0 | 75 | 302 | 24 | 41 |
| Binary | 1000010 | 1011100 | 1100100 | 100010 | 1000 | 0 | 111101 | 11000010 | 10100 | 100001 |
Color Harmonies of #425C64
Complementary color
Monochromatic Colors of #425C64
Black with #425C64
Text Example
Text Example
White with #425C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C64; }
p { color: rgb(66,92,100); }
H1.HeaderClassName
{
color: #425C64;
}
.AnyTagClassName
{
color: #425C64;
}
</style>
background-color css
<style>
a { background-color: #425C64; }
a { background-color: rgb(66,92,100); }
div.DivClassName
{
background-color: #425C64;
}
.BgClassName
{
background-color: #425C64;
}
</style>
border-color css
<style>
span { border-color: #425C64; }
span { border-color: rgb(66,92,100); }
td.TdClassName
{
border-color: #425C64;
}
.TagClassName
{
border-color: #425C64;
}
</style>