#433553

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

Shades of Jagger #433553

Tints of Jagger #433553

Color information

#433553 (or 0x433553) is unknown color: approx Jagger. HEX triplet: 43, 35 and 53. RGB value is (67,53,83). Sum of RGB (Red+Green+Blue) = 67+53+83=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #433553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433553 is #BCCAAC. Grayscale: #3C3C3C. Windows color (decimal): -12372653 or 5453123. OLE color: 5453123.

HSL color Cylindrical-coordinate representation of color #433553: hue angle of 268º 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 #433553 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB675383-
CMYK0.190.3600.67
HSL268º22.06%26.67%-
HSV(B)268º36.14%32.55%-
XYZ5.154.368.75-
YUV60.61140.64132.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=33.00%
G=26.11%
B=40.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6753830.190.3600.6726822.0626.67
Hex433553132404310c161b
Octal10365123234401034142633
Binary1000011110101101001110011100100010000111000011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433553; }

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

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

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

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

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

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

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

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