#443552

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

Shades of Jagger #443552

Tints of Jagger #443552

Color information

#443552 (or 0x443552) is unknown color: approx Jagger. HEX triplet: 44, 35 and 52. RGB value is (68,53,82). Sum of RGB (Red+Green+Blue) = 68+53+82=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #443552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443552 is #BBCAAD. Grayscale: #3C3C3C. Windows color (decimal): -12307118 or 5387588. OLE color: 5387588.

HSL color Cylindrical-coordinate representation of color #443552: hue angle of 271.03º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #443552 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB685382-
CMYK0.170.3500.68
HSL271.03º21.48%26.47%-
HSV(B)271.03º35.37%32.16%-
XYZ5.184.388.56-
YUV60.79139.97133.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=33.50%
G=26.11%
B=40.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6853820.170.3500.68271.0321.4826.47
Hex443552112304410f151a
Octal10465122214301044172532
Binary1000100110101101001010001100011010001001000011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443552; }

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

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

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

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

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

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

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

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