#453753

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

Shades of Jagger #453753

Tints of Jagger #453753

Color information

#453753 (or 0x453753) is unknown color: approx Jagger. HEX triplet: 45, 37 and 53. RGB value is (69,55,83). Sum of RGB (Red+Green+Blue) = 69+55+83=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #453753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453753 is #BAC8AC. Grayscale: #3E3E3E. Windows color (decimal): -12241069 or 5453637. OLE color: 5453637.

HSL color Cylindrical-coordinate representation of color #453753: hue angle of 270º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #453753 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB695583-
CMYK0.170.3400.67
HSL270º20.29%27.06%-
HSV(B)270º33.73%32.55%-
XYZ5.384.628.79-
YUV62.38139.64132.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=33.33%
G=26.57%
B=40.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6955830.170.3400.6727020.2927.06
Hex453753112204310e141b
Octal10567123214201034162433
Binary1000101110111101001110001100010010000111000011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453753; }

 p { color: rgb(69,55,83); }

 H1.HeaderClassName
 {
   color: #453753;
 }
 .AnyTagClassName
 {
   color: #453753;
 }
</style>
background-color css

<style>
 a { background-color: #453753; }

 a { background-color: rgb(69,55,83); }

 div.DivClassName
 {
   background-color: #453753;
 }
 .BgClassName
 {
   background-color: #453753;
 }
</style>
border-color css

<style>
 span { border-color: #453753; }

 span { border-color: rgb(69,55,83); }

 td.TdClassName
 {
   border-color: #453753;
 }
 .TagClassName
 {
   border-color: #453753;
 }
</style>