Shades of San Juan #41535D
Tints of San Juan #41535D
RGB
CMYK
RGB Variations
Color information
#41535D (or 0x41535D) is known color: San Juan. HEX triplet: 41, 53 and 5D. RGB value is (65,83,93). Sum of RGB (Red+Green+Blue) = 65+83+93=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #41535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41535D is #BEACA2. Grayscale: #4E4E4E. Windows color (decimal): -12496035 or 6116161. OLE color: 6116161.
HSL color Cylindrical-coordinate representation of color #41535D: hue angle of 201.43º 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 #41535D is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 83 | 93 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.64 |
| HSL | 201.43º | 0.18% | 0.31% | - |
| HSV(B) | 201.43º | 0.3% | 0.36% | - |
| XYZ | 7.25 | 8.1 | 11.54 | - |
| YUV | 78.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 93 | 0.30 | 0.11 | 0 | 0.64 | 201.43 | 0.18 | 0.31 |
| Hex | 41 | 53 | 5D | 1E | B | 0 | 40 | C9 | 12 | 1F |
| Octal | 101 | 123 | 135 | 36 | 13 | 0 | 100 | 311 | 22 | 37 |
| Binary | 1000001 | 1010011 | 1011101 | 11110 | 1011 | 0 | 1000000 | 11001001 | 10010 | 11111 |
Color Harmonies of #41535D
Complementary color
Monochromatic Colors of #41535D
Black with #41535D
Text Example
Text Example
White with #41535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41535D; }
p { color: rgb(65,83,93); }
H1.HeaderClassName
{
color: #41535D;
}
.AnyTagClassName
{
color: #41535D;
}
</style>
background-color css
<style>
a { background-color: #41535D; }
a { background-color: rgb(65,83,93); }
div.DivClassName
{
background-color: #41535D;
}
.BgClassName
{
background-color: #41535D;
}
</style>
border-color css
<style>
span { border-color: #41535D; }
span { border-color: rgb(65,83,93); }
td.TdClassName
{
border-color: #41535D;
}
.TagClassName
{
border-color: #41535D;
}
</style>