Shades of San Juan #40535E
Tints of San Juan #40535E
RGB
CMYK
RGB Variations
Color information
#40535E (or 0x40535E) is known color: San Juan. HEX triplet: 40, 53 and 5E. RGB value is (64,83,94). Sum of RGB (Red+Green+Blue) = 64+83+94=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #40535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535E is #BFACA1. Grayscale: #4E4E4E. Windows color (decimal): -12561570 or 6181696. OLE color: 6181696.
HSL color Cylindrical-coordinate representation of color #40535E: hue angle of 202º 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 #40535E is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 83 | 94 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.63 |
| HSL | 202º | 0.19% | 0.31% | - |
| HSV(B) | 202º | 0.32% | 0.37% | - |
| XYZ | 7.23 | 8.08 | 11.77 | - |
| YUV | 78.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 94 | 0.32 | 0.12 | 0 | 0.63 | 202 | 0.19 | 0.31 |
| Hex | 40 | 53 | 5E | 20 | C | 0 | 3F | CA | 13 | 1F |
| Octal | 100 | 123 | 136 | 40 | 14 | 0 | 77 | 312 | 23 | 37 |
| Binary | 1000000 | 1010011 | 1011110 | 100000 | 1100 | 0 | 111111 | 11001010 | 10011 | 11111 |
Color Harmonies of #40535E
Complementary color
Monochromatic Colors of #40535E
Black with #40535E
Text Example
Text Example
White with #40535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40535E; }
p { color: rgb(64,83,94); }
H1.HeaderClassName
{
color: #40535E;
}
.AnyTagClassName
{
color: #40535E;
}
</style>
background-color css
<style>
a { background-color: #40535E; }
a { background-color: rgb(64,83,94); }
div.DivClassName
{
background-color: #40535E;
}
.BgClassName
{
background-color: #40535E;
}
</style>
border-color css
<style>
span { border-color: #40535E; }
span { border-color: rgb(64,83,94); }
td.TdClassName
{
border-color: #40535E;
}
.TagClassName
{
border-color: #40535E;
}
</style>