Shades of San Juan #43525A
Tints of San Juan #43525A
RGB
CMYK
RGB Variations
Color information
#43525A (or 0x43525A) is known color: San Juan. HEX triplet: 43, 52 and 5A. RGB value is (67,82,90). Sum of RGB (Red+Green+Blue) = 67+82+90=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #43525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43525A is #BCADA5. Grayscale: #4E4E4E. Windows color (decimal): -12365222 or 5919299. OLE color: 5919299.
HSL color Cylindrical-coordinate representation of color #43525A: hue angle of 200.87º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43525A is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 82 | 90 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.65 |
| HSL | 200.87º | 0.15% | 0.31% | - |
| HSV(B) | 200.87º | 0.26% | 0.35% | - |
| XYZ | 7.18 | 7.97 | 10.83 | - |
| YUV | 78.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 90 | 0.26 | 0.09 | 0 | 0.65 | 200.87 | 0.15 | 0.31 |
| Hex | 43 | 52 | 5A | 1A | 9 | 0 | 41 | C9 | F | 1F |
| Octal | 103 | 122 | 132 | 32 | 11 | 0 | 101 | 311 | 17 | 37 |
| Binary | 1000011 | 1010010 | 1011010 | 11010 | 1001 | 0 | 1000001 | 11001001 | 1111 | 11111 |
Color Harmonies of #43525A
Complementary color
Monochromatic Colors of #43525A
Black with #43525A
Text Example
Text Example
White with #43525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43525A; }
p { color: rgb(67,82,90); }
H1.HeaderClassName
{
color: #43525A;
}
.AnyTagClassName
{
color: #43525A;
}
</style>
background-color css
<style>
a { background-color: #43525A; }
a { background-color: rgb(67,82,90); }
div.DivClassName
{
background-color: #43525A;
}
.BgClassName
{
background-color: #43525A;
}
</style>
border-color css
<style>
span { border-color: #43525A; }
span { border-color: rgb(67,82,90); }
td.TdClassName
{
border-color: #43525A;
}
.TagClassName
{
border-color: #43525A;
}
</style>