Shades of San Juan #43555D
Tints of San Juan #43555D
RGB
CMYK
RGB Variations
Color information
#43555D (or 0x43555D) is known color: San Juan. HEX triplet: 43, 55 and 5D. RGB value is (67,85,93). Sum of RGB (Red+Green+Blue) = 67+85+93=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #43555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43555D is #BCAAA2. Grayscale: #505050. Windows color (decimal): -12364451 or 6116675. OLE color: 6116675.
HSL color Cylindrical-coordinate representation of color #43555D: hue angle of 198.46º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43555D is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 85 | 93 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.64 |
| HSL | 198.46º | 0.16% | 0.31% | - |
| HSV(B) | 198.46º | 0.28% | 0.36% | - |
| XYZ | 7.54 | 8.48 | 11.6 | - |
| YUV | 80.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 93 | 0.28 | 0.09 | 0 | 0.64 | 198.46 | 0.16 | 0.31 |
| Hex | 43 | 55 | 5D | 1C | 9 | 0 | 40 | C6 | 10 | 1F |
| Octal | 103 | 125 | 135 | 34 | 11 | 0 | 100 | 306 | 20 | 37 |
| Binary | 1000011 | 1010101 | 1011101 | 11100 | 1001 | 0 | 1000000 | 11000110 | 10000 | 11111 |
Color Harmonies of #43555D
Complementary color
Monochromatic Colors of #43555D
Black with #43555D
Text Example
Text Example
White with #43555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43555D; }
p { color: rgb(67,85,93); }
H1.HeaderClassName
{
color: #43555D;
}
.AnyTagClassName
{
color: #43555D;
}
</style>
background-color css
<style>
a { background-color: #43555D; }
a { background-color: rgb(67,85,93); }
div.DivClassName
{
background-color: #43555D;
}
.BgClassName
{
background-color: #43555D;
}
</style>
border-color css
<style>
span { border-color: #43555D; }
span { border-color: rgb(67,85,93); }
td.TdClassName
{
border-color: #43555D;
}
.TagClassName
{
border-color: #43555D;
}
</style>