#532791

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

Shades of Kingfisher Daisy #532791

Tints of Kingfisher Daisy #532791

Color information

#532791 (or 0x532791) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 27 and 91. RGB value is (83,39,145). Sum of RGB (Red+Green+Blue) = 83+39+145=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #532791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532791 is #ACD86E. Grayscale: #3F3F3F. Windows color (decimal): -11327599 or 9512787. OLE color: 9512787.

HSL color Cylindrical-coordinate representation of color #532791: hue angle of 264.91º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532791 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8339145-
CMYK0.430.7300.43
HSL264.91º57.61%36.08%-
HSV(B)264.91º73.1%56.86%-
XYZ9.45.3327.32-
YUV64.24173.58141.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=31.09%
G=14.61%
B=54.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83391450.430.7300.43264.9157.6136.08
Hex5327912B4902B1093a24
Octal12347221531110534117244
Binary10100111001111001000110101110010010101011100001001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532791; }

 p { color: rgb(83,39,145); }

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

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

 a { background-color: rgb(83,39,145); }

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

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

 span { border-color: rgb(83,39,145); }

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