Shades of San Juan #40535D
Tints of San Juan #40535D
RGB
CMYK
RGB Variations
Color information
#40535D (or 0x40535D) is known color: San Juan. HEX triplet: 40, 53 and 5D. RGB value is (64,83,93). Sum of RGB (Red+Green+Blue) = 64+83+93=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 83 (32.81% from 255 or 34.58% 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 #40535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535D is #BFACA2. Grayscale: #4E4E4E. Windows color (decimal): -12561571 or 6116160. OLE color: 6116160.
HSL color Cylindrical-coordinate representation of color #40535D: hue angle of 200.69º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40535D is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 83 | 93 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.64 |
| HSL | 200.69º | 0.18% | 0.31% | - |
| HSV(B) | 200.69º | 0.31% | 0.36% | - |
| XYZ | 7.18 | 8.07 | 11.53 | - |
| YUV | 78.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 93 | 0.31 | 0.11 | 0 | 0.64 | 200.69 | 0.18 | 0.31 |
| Hex | 40 | 53 | 5D | 1F | B | 0 | 40 | C9 | 12 | 1F |
| Octal | 100 | 123 | 135 | 37 | 13 | 0 | 100 | 311 | 22 | 37 |
| Binary | 1000000 | 1010011 | 1011101 | 11111 | 1011 | 0 | 1000000 | 11001001 | 10010 | 11111 |
Color Harmonies of #40535D
Complementary color
Monochromatic Colors of #40535D
Black with #40535D
Text Example
Text Example
White with #40535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40535D; }
p { color: rgb(64,83,93); }
H1.HeaderClassName
{
color: #40535D;
}
.AnyTagClassName
{
color: #40535D;
}
</style>
background-color css
<style>
a { background-color: #40535D; }
a { background-color: rgb(64,83,93); }
div.DivClassName
{
background-color: #40535D;
}
.BgClassName
{
background-color: #40535D;
}
</style>
border-color css
<style>
span { border-color: #40535D; }
span { border-color: rgb(64,83,93); }
td.TdClassName
{
border-color: #40535D;
}
.TagClassName
{
border-color: #40535D;
}
</style>