Shades of San Juan #425A66
Tints of San Juan #425A66
RGB
CMYK
RGB Variations
Color information
#425A66 (or 0x425A66) is known color: San Juan. HEX triplet: 42, 5A and 66. RGB value is (66,90,102). Sum of RGB (Red+Green+Blue) = 66+90+102=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #425A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A66 is #BDA599. Grayscale: #545454. Windows color (decimal): -12428698 or 6707778. OLE color: 6707778.
HSL color Cylindrical-coordinate representation of color #425A66: hue angle of 200º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425A66 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 90 | 102 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.6 |
| HSL | 200º | 0.21% | 0.33% | - |
| HSV(B) | 200º | 0.35% | 0.4% | - |
| XYZ | 8.3 | 9.43 | 13.95 | - |
| YUV | 84.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 102 | 0.35 | 0.12 | 0 | 0.6 | 200 | 0.21 | 0.33 |
| Hex | 42 | 5A | 66 | 23 | C | 0 | 3C | C8 | 15 | 21 |
| Octal | 102 | 132 | 146 | 43 | 14 | 0 | 74 | 310 | 25 | 41 |
| Binary | 1000010 | 1011010 | 1100110 | 100011 | 1100 | 0 | 111100 | 11001000 | 10101 | 100001 |
Color Harmonies of #425A66
Complementary color
Monochromatic Colors of #425A66
Black with #425A66
Text Example
Text Example
White with #425A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A66; }
p { color: rgb(66,90,102); }
H1.HeaderClassName
{
color: #425A66;
}
.AnyTagClassName
{
color: #425A66;
}
</style>
background-color css
<style>
a { background-color: #425A66; }
a { background-color: rgb(66,90,102); }
div.DivClassName
{
background-color: #425A66;
}
.BgClassName
{
background-color: #425A66;
}
</style>
border-color css
<style>
span { border-color: #425A66; }
span { border-color: rgb(66,90,102); }
td.TdClassName
{
border-color: #425A66;
}
.TagClassName
{
border-color: #425A66;
}
</style>