#532986

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

Shades of Kingfisher Daisy #532986

Tints of Kingfisher Daisy #532986

Color information

#532986 (or 0x532986) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 29 and 86. RGB value is (83,41,134). Sum of RGB (Red+Green+Blue) = 83+41+134=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #532986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532986 is #ACD679. Grayscale: #3F3F3F. Windows color (decimal): -11327098 or 8792403. OLE color: 8792403.

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

Color convert

RGB8341134-
CMYK0.380.6900.47
HSL267.1º53.14%34.31%-
HSV(B)267.1º69.4%52.55%-
XYZ8.665.1523.09-
YUV64.16167.41141.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=32.17%
G=15.89%
B=51.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83411340.380.6900.47267.153.1434.31
Hex532986264502F10b3522
Octal12351206461050574136542
Binary10100111010011000011010011010001010101111100001011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532986; }

 p { color: rgb(83,41,134); }

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

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

 a { background-color: rgb(83,41,134); }

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

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

 span { border-color: rgb(83,41,134); }

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