Shades of San Juan #425B63
Tints of San Juan #425B63
RGB
CMYK
RGB Variations
Color information
#425B63 (or 0x425B63) is known color: San Juan. HEX triplet: 42, 5B and 63. RGB value is (66,91,99). Sum of RGB (Red+Green+Blue) = 66+91+99=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #425B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B63 is #BDA49C. Grayscale: #545454. Windows color (decimal): -12428445 or 6511426. OLE color: 6511426.
HSL color Cylindrical-coordinate representation of color #425B63: hue angle of 194.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425B63 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 91 | 99 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.61 |
| HSL | 194.55º | 0.2% | 0.32% | - |
| HSV(B) | 194.55º | 0.33% | 0.39% | - |
| XYZ | 8.24 | 9.54 | 13.21 | - |
| YUV | 84.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 99 | 0.33 | 0.08 | 0 | 0.61 | 194.55 | 0.2 | 0.32 |
| Hex | 42 | 5B | 63 | 21 | 8 | 0 | 3D | C3 | 14 | 20 |
| Octal | 102 | 133 | 143 | 41 | 10 | 0 | 75 | 303 | 24 | 40 |
| Binary | 1000010 | 1011011 | 1100011 | 100001 | 1000 | 0 | 111101 | 11000011 | 10100 | 100000 |
Color Harmonies of #425B63
Complementary color
Monochromatic Colors of #425B63
Black with #425B63
Text Example
Text Example
White with #425B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B63; }
p { color: rgb(66,91,99); }
H1.HeaderClassName
{
color: #425B63;
}
.AnyTagClassName
{
color: #425B63;
}
</style>
background-color css
<style>
a { background-color: #425B63; }
a { background-color: rgb(66,91,99); }
div.DivClassName
{
background-color: #425B63;
}
.BgClassName
{
background-color: #425B63;
}
</style>
border-color css
<style>
span { border-color: #425B63; }
span { border-color: rgb(66,91,99); }
td.TdClassName
{
border-color: #425B63;
}
.TagClassName
{
border-color: #425B63;
}
</style>