#50218E

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

Shades of Kingfisher Daisy #50218E

Tints of Kingfisher Daisy #50218E

Color information

#50218E (or 0x50218E) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 21 and 8E. RGB value is (80,33,142). Sum of RGB (Red+Green+Blue) = 80+33+142=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #50218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50218E is #AFDE71. Grayscale: #3B3B3B. Windows color (decimal): -11525746 or 9314640. OLE color: 9314640.

HSL color Cylindrical-coordinate representation of color #50218E: hue angle of 265.87º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50218E is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8033142-
CMYK0.440.7700.44
HSL265.87º62.29%34.31%-
HSV(B)265.87º76.76%55.69%-
XYZ8.734.7526.05-
YUV59.48174.57142.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=31.37%
G=12.94%
B=55.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80331420.440.7700.44265.8762.2934.31
Hex50218E2C4D02C10a3e22
Octal12041216541150544127642
Binary10100001000011000111010110010011010101100100001010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50218E; }

 p { color: rgb(80,33,142); }

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

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

 a { background-color: rgb(80,33,142); }

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

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

 span { border-color: rgb(80,33,142); }

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