Shades of San Juan #41525C
Tints of San Juan #41525C
RGB
CMYK
RGB Variations
Color information
#41525C (or 0x41525C) is known color: San Juan. HEX triplet: 41, 52 and 5C. RGB value is (65,82,92). Sum of RGB (Red+Green+Blue) = 65+82+92=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #41525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525C is #BEADA3. Grayscale: #4E4E4E. Windows color (decimal): -12496292 or 6050369. OLE color: 6050369.
HSL color Cylindrical-coordinate representation of color #41525C: hue angle of 202.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41525C is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 82 | 92 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.64 |
| HSL | 202.22º | 0.17% | 0.31% | - |
| HSV(B) | 202.22º | 0.29% | 0.36% | - |
| XYZ | 7.13 | 7.93 | 11.28 | - |
| YUV | 78.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 92 | 0.29 | 0.11 | 0 | 0.64 | 202.22 | 0.17 | 0.31 |
| Hex | 41 | 52 | 5C | 1D | B | 0 | 40 | CA | 11 | 1F |
| Octal | 101 | 122 | 134 | 35 | 13 | 0 | 100 | 312 | 21 | 37 |
| Binary | 1000001 | 1010010 | 1011100 | 11101 | 1011 | 0 | 1000000 | 11001010 | 10001 | 11111 |
Color Harmonies of #41525C
Complementary color
Monochromatic Colors of #41525C
Black with #41525C
Text Example
Text Example
White with #41525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41525C; }
p { color: rgb(65,82,92); }
H1.HeaderClassName
{
color: #41525C;
}
.AnyTagClassName
{
color: #41525C;
}
</style>
background-color css
<style>
a { background-color: #41525C; }
a { background-color: rgb(65,82,92); }
div.DivClassName
{
background-color: #41525C;
}
.BgClassName
{
background-color: #41525C;
}
</style>
border-color css
<style>
span { border-color: #41525C; }
span { border-color: rgb(65,82,92); }
td.TdClassName
{
border-color: #41525C;
}
.TagClassName
{
border-color: #41525C;
}
</style>