#532091

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

Shades of Kingfisher Daisy #532091

Tints of Kingfisher Daisy #532091

Color information

#532091 (or 0x532091) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 20 and 91. RGB value is (83,32,145). Sum of RGB (Red+Green+Blue) = 83+32+145=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #532091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532091 is #ACDF6E. Grayscale: #3B3B3B. Windows color (decimal): -11329391 or 9510995. OLE color: 9510995.

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

Color convert

RGB8332145-
CMYK0.430.7800.43
HSL267.08º63.84%34.71%-
HSV(B)267.08º77.93%56.86%-
XYZ9.194.9227.25-
YUV60.13175.9144.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=31.92%
G=12.31%
B=55.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83321450.430.7800.43267.0863.8434.71
Hex5320912B4E02B10b4023
Octal123402215311605341310043
Binary101001110000010010001101011100111001010111000010111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532091; }

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

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

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

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

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

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

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

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