Shades of San Juan #43535F
Tints of San Juan #43535F
RGB
CMYK
RGB Variations
Color information
#43535F (or 0x43535F) is known color: San Juan. HEX triplet: 43, 53 and 5F. RGB value is (67,83,95). Sum of RGB (Red+Green+Blue) = 67+83+95=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #43535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43535F is #BCACA0. Grayscale: #4F4F4F. Windows color (decimal): -12364961 or 6247235. OLE color: 6247235.
HSL color Cylindrical-coordinate representation of color #43535F: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #43535F is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 83 | 95 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.63 |
| HSL | 205.71º | 0.17% | 0.32% | - |
| HSV(B) | 205.71º | 0.29% | 0.37% | - |
| XYZ | 7.47 | 8.21 | 12.02 | - |
| YUV | 79.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 95 | 0.29 | 0.13 | 0 | 0.63 | 205.71 | 0.17 | 0.32 |
| Hex | 43 | 53 | 5F | 1D | D | 0 | 3F | CE | 11 | 20 |
| Octal | 103 | 123 | 137 | 35 | 15 | 0 | 77 | 316 | 21 | 40 |
| Binary | 1000011 | 1010011 | 1011111 | 11101 | 1101 | 0 | 111111 | 11001110 | 10001 | 100000 |
Color Harmonies of #43535F
Complementary color
Monochromatic Colors of #43535F
Black with #43535F
Text Example
Text Example
White with #43535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43535F; }
p { color: rgb(67,83,95); }
H1.HeaderClassName
{
color: #43535F;
}
.AnyTagClassName
{
color: #43535F;
}
</style>
background-color css
<style>
a { background-color: #43535F; }
a { background-color: rgb(67,83,95); }
div.DivClassName
{
background-color: #43535F;
}
.BgClassName
{
background-color: #43535F;
}
</style>
border-color css
<style>
span { border-color: #43535F; }
span { border-color: rgb(67,83,95); }
td.TdClassName
{
border-color: #43535F;
}
.TagClassName
{
border-color: #43535F;
}
</style>