#453D59

Color #453D59 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #453D59

Tints of Jacarta #453D59

Color information

#453D59 (or 0x453D59) is unknown color: approx 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

RGB696189-
CMYK0.220.3100.65
HSL257.14º18.67%29.41%-
HSV(B)257.14º31.46%34.9%-
XYZ5.935.3210.17-
YUV66.58140.65129.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=31.51%
G=27.85%
B=40.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6961890.220.3100.65257.1418.6729.41
Hex453D59161F041101131d
Octal10575131263701014012335
Binary100010111110110110011011011111010000011000000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>