Shades of San Juan #43535B
Tints of San Juan #43535B
RGB
CMYK
RGB Variations
Color information
#43535B (or 0x43535B) is known color: San Juan. HEX triplet: 43, 53 and 5B. RGB value is (67,83,91). Sum of RGB (Red+Green+Blue) = 67+83+91=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #43535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43535B is #BCACA4. Grayscale: #4F4F4F. Windows color (decimal): -12364965 or 5985091. OLE color: 5985091.
HSL color Cylindrical-coordinate representation of color #43535B: hue angle of 200º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43535B is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 83 | 91 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.64 |
| HSL | 200º | 0.15% | 0.31% | - |
| HSV(B) | 200º | 0.26% | 0.36% | - |
| XYZ | 7.3 | 8.14 | 11.08 | - |
| YUV | 79.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 91 | 0.26 | 0.09 | 0 | 0.64 | 200 | 0.15 | 0.31 |
| Hex | 43 | 53 | 5B | 1A | 9 | 0 | 40 | C8 | F | 1F |
| Octal | 103 | 123 | 133 | 32 | 11 | 0 | 100 | 310 | 17 | 37 |
| Binary | 1000011 | 1010011 | 1011011 | 11010 | 1001 | 0 | 1000000 | 11001000 | 1111 | 11111 |
Color Harmonies of #43535B
Complementary color
Monochromatic Colors of #43535B
Black with #43535B
Text Example
Text Example
White with #43535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43535B; }
p { color: rgb(67,83,91); }
H1.HeaderClassName
{
color: #43535B;
}
.AnyTagClassName
{
color: #43535B;
}
</style>
background-color css
<style>
a { background-color: #43535B; }
a { background-color: rgb(67,83,91); }
div.DivClassName
{
background-color: #43535B;
}
.BgClassName
{
background-color: #43535B;
}
</style>
border-color css
<style>
span { border-color: #43535B; }
span { border-color: rgb(67,83,91); }
td.TdClassName
{
border-color: #43535B;
}
.TagClassName
{
border-color: #43535B;
}
</style>