#453577

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

Shades of Windsor #453577

Tints of Windsor #453577

Color information

#453577 (or 0x453577) is unknown color: approx Windsor. HEX triplet: 45, 35 and 77. RGB value is (69,53,119). Sum of RGB (Red+Green+Blue) = 69+53+119=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #453577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453577 is #BACA88. Grayscale: #414141. Windows color (decimal): -12241545 or 7812421. OLE color: 7812421.

HSL color Cylindrical-coordinate representation of color #453577: hue angle of 254.55º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #453577 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6953119-
CMYK0.420.5500.53
HSL254.55º38.37%33.73%-
HSV(B)254.55º55.46%46.67%-
XYZ7.065.1418.07-
YUV65.31158.3130.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=28.63%
G=21.99%
B=49.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69531190.420.5500.53254.5538.3733.73
Hex4535772A37035ff2622
Octal1056516752670653774642
Binary10001011101011110111101010110111011010111111111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453577; }

 p { color: rgb(69,53,119); }

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

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

 a { background-color: rgb(69,53,119); }

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

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

 span { border-color: rgb(69,53,119); }

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