Shades of San Juan #425A64
Tints of San Juan #425A64
RGB
CMYK
RGB Variations
Color information
#425A64 (or 0x425A64) is known color: San Juan. HEX triplet: 42, 5A and 64. RGB value is (66,90,100). Sum of RGB (Red+Green+Blue) = 66+90+100=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 100 - color contains mainly: blue. Hex color #425A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A64 is #BDA59B. Grayscale: #535353. Windows color (decimal): -12428700 or 6576706. OLE color: 6576706.
HSL color Cylindrical-coordinate representation of color #425A64: hue angle of 197.65º 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 #425A64 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 90 | 100 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.61 |
| HSL | 197.65º | 0.2% | 0.33% | - |
| HSV(B) | 197.65º | 0.34% | 0.39% | - |
| XYZ | 8.2 | 9.39 | 13.44 | - |
| YUV | 83.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 100 | 0.34 | 0.10 | 0 | 0.61 | 197.65 | 0.2 | 0.33 |
| Hex | 42 | 5A | 64 | 22 | A | 0 | 3D | C6 | 14 | 21 |
| Octal | 102 | 132 | 144 | 42 | 12 | 0 | 75 | 306 | 24 | 41 |
| Binary | 1000010 | 1011010 | 1100100 | 100010 | 1010 | 0 | 111101 | 11000110 | 10100 | 100001 |
Color Harmonies of #425A64
Complementary color
Monochromatic Colors of #425A64
Black with #425A64
Text Example
Text Example
White with #425A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A64; }
p { color: rgb(66,90,100); }
H1.HeaderClassName
{
color: #425A64;
}
.AnyTagClassName
{
color: #425A64;
}
</style>
background-color css
<style>
a { background-color: #425A64; }
a { background-color: rgb(66,90,100); }
div.DivClassName
{
background-color: #425A64;
}
.BgClassName
{
background-color: #425A64;
}
</style>
border-color css
<style>
span { border-color: #425A64; }
span { border-color: rgb(66,90,100); }
td.TdClassName
{
border-color: #425A64;
}
.TagClassName
{
border-color: #425A64;
}
</style>