Shades of San Juan #425B64
Tints of San Juan #425B64
RGB
CMYK
RGB Variations
Color information
#425B64 (or 0x425B64) is known color: San Juan. HEX triplet: 42, 5B and 64. RGB value is (66,91,100). Sum of RGB (Red+Green+Blue) = 66+91+100=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 100 - color contains mainly: blue. Hex color #425B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B64 is #BDA49B. Grayscale: #545454. Windows color (decimal): -12428444 or 6576962. OLE color: 6576962.
HSL color Cylindrical-coordinate representation of color #425B64: hue angle of 195.88º 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 #425B64 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 91 | 100 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.61 |
| HSL | 195.88º | 0.2% | 0.33% | - |
| HSV(B) | 195.88º | 0.34% | 0.39% | - |
| XYZ | 8.29 | 9.56 | 13.47 | - |
| YUV | 84.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 100 | 0.34 | 0.09 | 0 | 0.61 | 195.88 | 0.2 | 0.33 |
| Hex | 42 | 5B | 64 | 22 | 9 | 0 | 3D | C4 | 14 | 21 |
| Octal | 102 | 133 | 144 | 42 | 11 | 0 | 75 | 304 | 24 | 41 |
| Binary | 1000010 | 1011011 | 1100100 | 100010 | 1001 | 0 | 111101 | 11000100 | 10100 | 100001 |
Color Harmonies of #425B64
Complementary color
Monochromatic Colors of #425B64
Black with #425B64
Text Example
Text Example
White with #425B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B64; }
p { color: rgb(66,91,100); }
H1.HeaderClassName
{
color: #425B64;
}
.AnyTagClassName
{
color: #425B64;
}
</style>
background-color css
<style>
a { background-color: #425B64; }
a { background-color: rgb(66,91,100); }
div.DivClassName
{
background-color: #425B64;
}
.BgClassName
{
background-color: #425B64;
}
</style>
border-color css
<style>
span { border-color: #425B64; }
span { border-color: rgb(66,91,100); }
td.TdClassName
{
border-color: #425B64;
}
.TagClassName
{
border-color: #425B64;
}
</style>