Shades of Jacarta #453D59
Tints of Jacarta #453D59
RGB
CMYK
RGB Variations
Color information
#453D59 (or 0x453D59) is known color: Jacarta. HEX triplet: 45, 3D and 59. RGB value is (69,61,89). Sum of RGB (Red+Green+Blue) = 69+61+89=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #453D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D59 is #BAC2A6. Grayscale: #424242. Windows color (decimal): -12239527 or 5848389. OLE color: 5848389.
HSL color Cylindrical-coordinate representation of color #453D59: hue angle of 257.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #453D59 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 61 | 89 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.65 |
| HSL | 257.14º | 0.19% | 0.29% | - |
| HSV(B) | 257.14º | 0.31% | 0.35% | - |
| XYZ | 5.93 | 5.32 | 10.17 | - |
| YUV | 66.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 89 | 0.22 | 0.31 | 0 | 0.65 | 257.14 | 0.19 | 0.29 |
| Hex | 45 | 3D | 59 | 16 | 1F | 0 | 41 | 101 | 13 | 1D |
| Octal | 105 | 75 | 131 | 26 | 37 | 0 | 101 | 401 | 23 | 35 |
| Binary | 1000101 | 111101 | 1011001 | 10110 | 11111 | 0 | 1000001 | 100000001 | 10011 | 11101 |
Color Harmonies of #453D59
Complementary color
Monochromatic Colors of #453D59
Black with #453D59
Text Example
Text Example
White with #453D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D59; }
p { color: rgb(69,61,89); }
H1.HeaderClassName
{
color: #453D59;
}
.AnyTagClassName
{
color: #453D59;
}
</style>
background-color css
<style>
a { background-color: #453D59; }
a { background-color: rgb(69,61,89); }
div.DivClassName
{
background-color: #453D59;
}
.BgClassName
{
background-color: #453D59;
}
</style>
border-color css
<style>
span { border-color: #453D59; }
span { border-color: rgb(69,61,89); }
td.TdClassName
{
border-color: #453D59;
}
.TagClassName
{
border-color: #453D59;
}
</style>