Shades of San Juan #41525D
Tints of San Juan #41525D
RGB
CMYK
RGB Variations
Color information
#41525D (or 0x41525D) is known color: San Juan. HEX triplet: 41, 52 and 5D. RGB value is (65,82,93). Sum of RGB (Red+Green+Blue) = 65+82+93=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #41525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525D is #BEADA2. Grayscale: #4E4E4E. Windows color (decimal): -12496291 or 6115905. OLE color: 6115905.
HSL color Cylindrical-coordinate representation of color #41525D: hue angle of 203.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41525D is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 82 | 93 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.64 |
| HSL | 203.57º | 0.18% | 0.31% | - |
| HSV(B) | 203.57º | 0.3% | 0.36% | - |
| XYZ | 7.17 | 7.95 | 11.51 | - |
| YUV | 78.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 93 | 0.30 | 0.12 | 0 | 0.64 | 203.57 | 0.18 | 0.31 |
| Hex | 41 | 52 | 5D | 1E | C | 0 | 40 | CC | 12 | 1F |
| Octal | 101 | 122 | 135 | 36 | 14 | 0 | 100 | 314 | 22 | 37 |
| Binary | 1000001 | 1010010 | 1011101 | 11110 | 1100 | 0 | 1000000 | 11001100 | 10010 | 11111 |
Color Harmonies of #41525D
Complementary color
Monochromatic Colors of #41525D
Black with #41525D
Text Example
Text Example
White with #41525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41525D; }
p { color: rgb(65,82,93); }
H1.HeaderClassName
{
color: #41525D;
}
.AnyTagClassName
{
color: #41525D;
}
</style>
background-color css
<style>
a { background-color: #41525D; }
a { background-color: rgb(65,82,93); }
div.DivClassName
{
background-color: #41525D;
}
.BgClassName
{
background-color: #41525D;
}
</style>
border-color css
<style>
span { border-color: #41525D; }
span { border-color: rgb(65,82,93); }
td.TdClassName
{
border-color: #41525D;
}
.TagClassName
{
border-color: #41525D;
}
</style>