#453253

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

Shades of Jagger #453253

Tints of Jagger #453253

Color information

#453253 (or 0x453253) is unknown color: approx Jagger. HEX triplet: 45, 32 and 53. RGB value is (69,50,83). Sum of RGB (Red+Green+Blue) = 69+50+83=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #453253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453253 is #BACDAC. Grayscale: #3B3B3B. Windows color (decimal): -12242349 or 5452357. OLE color: 5452357.

HSL color Cylindrical-coordinate representation of color #453253: hue angle of 274.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #453253 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB695083-
CMYK0.170.4000.67
HSL274.55º24.81%26.08%-
HSV(B)274.55º39.76%32.55%-
XYZ5.164.178.72-
YUV59.44141.29134.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.16%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=34.16%
G=24.75%
B=41.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6950830.170.4000.67274.5524.8126.08
Hex4532531128043113191a
Octal10562123215001034233132
Binary1000101110010101001110001101000010000111000100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453253; }

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

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

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

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

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

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

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

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