#533284

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

Shades of Kingfisher Daisy #533284

Tints of Kingfisher Daisy #533284

Color information

#533284 (or 0x533284) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 32 and 84. RGB value is (83,50,132). Sum of RGB (Red+Green+Blue) = 83+50+132=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #533284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533284 is #ACCD7B. Grayscale: #444444. Windows color (decimal): -11324796 or 8663635. OLE color: 8663635.

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

Color convert

RGB8350132-
CMYK0.370.6200.48
HSL264.15º45.05%35.69%-
HSV(B)264.15º62.12%51.76%-
XYZ8.875.7922.48-
YUV69.22163.43137.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=31.32%
G=18.87%
B=49.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83501320.370.6200.48264.1545.0535.69
Hex533284253E0301082d24
Octal1236220445760604105544
Binary1010011110010100001001001011111100110000100001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533284; }

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

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

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

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

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

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

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

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