#453F53

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

Shades of Grape #453F53

Tints of Grape #453F53

Color information

#453F53 (or 0x453F53) is unknown color: approx Grape. HEX triplet: 45, 3F and 53. RGB value is (69,63,83). Sum of RGB (Red+Green+Blue) = 69+63+83=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #453F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453F53 is #BAC0AC. Grayscale: #424242. Windows color (decimal): -12239021 or 5455685. OLE color: 5455685.

HSL color Cylindrical-coordinate representation of color #453F53: hue angle of 258º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #453F53 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB696383-
CMYK0.170.2400.67
HSL258º13.7%28.63%-
HSV(B)258º24.1%32.55%-
XYZ5.795.448.93-
YUV67.07136.99129.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=32.09%
G=29.30%
B=38.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6963830.170.2400.6725813.728.63
Hex453F531118043102e1d
Octal10577123213001034021635
Binary10001011111111010011100011100001000011100000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453F53; }

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

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

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

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

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

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

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

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