Shades of San Juan #41535F
Tints of San Juan #41535F
RGB
CMYK
RGB Variations
Color information
#41535F (or 0x41535F) is known color: San Juan. HEX triplet: 41, 53 and 5F. RGB value is (65,83,95). Sum of RGB (Red+Green+Blue) = 65+83+95=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #41535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41535F is #BEACA0. Grayscale: #4E4E4E. Windows color (decimal): -12496033 or 6247233. OLE color: 6247233.
HSL color Cylindrical-coordinate representation of color #41535F: hue angle of 204º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41535F is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 83 | 95 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.63 |
| HSL | 204º | 0.19% | 0.31% | - |
| HSV(B) | 204º | 0.32% | 0.37% | - |
| XYZ | 7.34 | 8.14 | 12.01 | - |
| YUV | 78.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 95 | 0.32 | 0.13 | 0 | 0.63 | 204 | 0.19 | 0.31 |
| Hex | 41 | 53 | 5F | 20 | D | 0 | 3F | CC | 13 | 1F |
| Octal | 101 | 123 | 137 | 40 | 15 | 0 | 77 | 314 | 23 | 37 |
| Binary | 1000001 | 1010011 | 1011111 | 100000 | 1101 | 0 | 111111 | 11001100 | 10011 | 11111 |
Color Harmonies of #41535F
Complementary color
Monochromatic Colors of #41535F
Black with #41535F
Text Example
Text Example
White with #41535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41535F; }
p { color: rgb(65,83,95); }
H1.HeaderClassName
{
color: #41535F;
}
.AnyTagClassName
{
color: #41535F;
}
</style>
background-color css
<style>
a { background-color: #41535F; }
a { background-color: rgb(65,83,95); }
div.DivClassName
{
background-color: #41535F;
}
.BgClassName
{
background-color: #41535F;
}
</style>
border-color css
<style>
span { border-color: #41535F; }
span { border-color: rgb(65,83,95); }
td.TdClassName
{
border-color: #41535F;
}
.TagClassName
{
border-color: #41535F;
}
</style>