#50328A

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

Shades of Kingfisher Daisy #50328A

Tints of Kingfisher Daisy #50328A

Color information

#50328A (or 0x50328A) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 32 and 8A. RGB value is (80,50,138). Sum of RGB (Red+Green+Blue) = 80+50+138=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #50328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50328A is #AFCD75. Grayscale: #444444. Windows color (decimal): -11521398 or 9056848. OLE color: 9056848.

HSL color Cylindrical-coordinate representation of color #50328A: hue angle of 260.45º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50328A is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8050138-
CMYK0.420.6400.46
HSL260.45º46.81%36.86%-
HSV(B)260.45º63.77%54.12%-
XYZ9.045.8224.69-
YUV69166.94135.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 138 (54.30% from 255) = 51.49%
R=29.85%
G=18.66%
B=51.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80501380.420.6400.46260.4546.8136.86
Hex50328A2A4002E1042f25
Octal12062212521000564045745
Binary10100001100101000101010101010000000101110100000100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50328A; }

 p { color: rgb(80,50,138); }

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

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

 a { background-color: rgb(80,50,138); }

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

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

 span { border-color: rgb(80,50,138); }

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