#533384

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

Shades of Kingfisher Daisy #533384

Tints of Kingfisher Daisy #533384

Color information

#533384 (or 0x533384) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 33 and 84. RGB value is (83,51,132). Sum of RGB (Red+Green+Blue) = 83+51+132=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #533384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533384 is #ACCC7B. Grayscale: #454545. Windows color (decimal): -11324540 or 8663891. OLE color: 8663891.

HSL color Cylindrical-coordinate representation of color #533384: hue angle of 263.7º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533384 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8351132-
CMYK0.370.6100.48
HSL263.7º44.26%35.88%-
HSV(B)263.7º61.36%51.76%-
XYZ8.925.8722.49-
YUV69.8163.1137.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=31.20%
G=19.17%
B=49.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83511320.370.6100.48263.744.2635.88
Hex533384253D0301082c24
Octal1236320445750604105444
Binary1010011110011100001001001011111010110000100001000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533384; }

 p { color: rgb(83,51,132); }

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

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

 a { background-color: rgb(83,51,132); }

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

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

 span { border-color: rgb(83,51,132); }

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