#443553

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

Shades of Jagger #443553

Tints of Jagger #443553

Color information

#443553 (or 0x443553) is unknown color: approx Jagger. HEX triplet: 44, 35 and 53. RGB value is (68,53,83). Sum of RGB (Red+Green+Blue) = 68+53+83=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #443553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443553 is #BBCAAC. Grayscale: #3C3C3C. Windows color (decimal): -12307117 or 5453124. OLE color: 5453124.

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

Color convert

RGB685383-
CMYK0.180.3600.67
HSL270º22.06%26.67%-
HSV(B)270º36.14%32.55%-
XYZ5.224.48.76-
YUV60.9140.47133.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=33.33%
G=25.98%
B=40.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6853830.180.3600.6727022.0626.67
Hex443553122404310e161b
Octal10465123224401034162633
Binary1000100110101101001110010100100010000111000011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443553; }

 p { color: rgb(68,53,83); }

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

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

 a { background-color: rgb(68,53,83); }

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

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

 span { border-color: rgb(68,53,83); }

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