Shades of San Juan #40555F
Tints of San Juan #40555F
RGB
CMYK
RGB Variations
Color information
#40555F (or 0x40555F) is known color: San Juan. HEX triplet: 40, 55 and 5F. RGB value is (64,85,95). Sum of RGB (Red+Green+Blue) = 64+85+95=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #40555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40555F is #BFAAA0. Grayscale: #4F4F4F. Windows color (decimal): -12561057 or 6247744. OLE color: 6247744.
HSL color Cylindrical-coordinate representation of color #40555F: hue angle of 199.35º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40555F is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 85 | 95 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.63 |
| HSL | 199.35º | 0.19% | 0.31% | - |
| HSV(B) | 199.35º | 0.33% | 0.37% | - |
| XYZ | 7.43 | 8.41 | 12.06 | - |
| YUV | 79.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 95 | 0.33 | 0.11 | 0 | 0.63 | 199.35 | 0.19 | 0.31 |
| Hex | 40 | 55 | 5F | 21 | B | 0 | 3F | C7 | 13 | 1F |
| Octal | 100 | 125 | 137 | 41 | 13 | 0 | 77 | 307 | 23 | 37 |
| Binary | 1000000 | 1010101 | 1011111 | 100001 | 1011 | 0 | 111111 | 11000111 | 10011 | 11111 |
Color Harmonies of #40555F
Complementary color
Monochromatic Colors of #40555F
Black with #40555F
Text Example
Text Example
White with #40555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40555F; }
p { color: rgb(64,85,95); }
H1.HeaderClassName
{
color: #40555F;
}
.AnyTagClassName
{
color: #40555F;
}
</style>
background-color css
<style>
a { background-color: #40555F; }
a { background-color: rgb(64,85,95); }
div.DivClassName
{
background-color: #40555F;
}
.BgClassName
{
background-color: #40555F;
}
</style>
border-color css
<style>
span { border-color: #40555F; }
span { border-color: rgb(64,85,95); }
td.TdClassName
{
border-color: #40555F;
}
.TagClassName
{
border-color: #40555F;
}
</style>