#453A55

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

Shades of Grape #453A55

Tints of Grape #453A55

Color information

#453A55 (or 0x453A55) is unknown color: approx Grape. HEX triplet: 45, 3A and 55. RGB value is (69,58,85). Sum of RGB (Red+Green+Blue) = 69+58+85=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #453A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A55 is #BAC5AA. Grayscale: #404040. Windows color (decimal): -12240299 or 5585477. OLE color: 5585477.

HSL color Cylindrical-coordinate representation of color #453A55: hue angle of 264.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #453A55 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB695885-
CMYK0.190.3200.67
HSL264.44º18.88%28.04%-
HSV(B)264.44º31.76%33.33%-
XYZ5.614.959.25-
YUV64.37139.64131.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=32.55%
G=27.36%
B=40.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6958850.190.3200.67264.4418.8828.04
Hex453A551320043108131c
Octal10572125234001034102334
Binary1000101111010101010110011100000010000111000010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,58,85); }

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

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

 a { background-color: rgb(69,58,85); }

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

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

 span { border-color: rgb(69,58,85); }

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