#502984

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

Shades of Kingfisher Daisy #502984

Tints of Kingfisher Daisy #502984

Color information

#502984 (or 0x502984) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 29 and 84. RGB value is (80,41,132). Sum of RGB (Red+Green+Blue) = 80+41+132=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #502984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502984 is #AFD67B. Grayscale: #3E3E3E. Windows color (decimal): -11523708 or 8661328. OLE color: 8661328.

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

Color convert

RGB8041132-
CMYK0.390.6900.48
HSL265.71º52.6%33.92%-
HSV(B)265.71º68.94%51.76%-
XYZ8.274.9622.35-
YUV63.04166.92140.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=31.62%
G=16.21%
B=52.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80411320.390.6900.48265.7152.633.92
Hex502984274503010a3522
Octal12051204471050604126542
Binary10100001010011000010010011110001010110000100001010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502984; }

 p { color: rgb(80,41,132); }

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

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

 a { background-color: rgb(80,41,132); }

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

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

 span { border-color: rgb(80,41,132); }

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