#50228A

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

Shades of Kingfisher Daisy #50228A

Tints of Kingfisher Daisy #50228A

Color information

#50228A (or 0x50228A) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 22 and 8A. RGB value is (80,34,138). Sum of RGB (Red+Green+Blue) = 80+34+138=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #50228A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50228A is #AFDD75. Grayscale: #3B3B3B. Windows color (decimal): -11525494 or 9052752. OLE color: 9052752.

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

Color convert

RGB8034138-
CMYK0.420.7500.46
HSL266.54º60.47%33.73%-
HSV(B)266.54º75.36%54.12%-
XYZ8.474.6824.5-
YUV59.61172.24142.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=31.75%
G=13.49%
B=54.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80341380.420.7500.46266.5460.4733.73
Hex50228A2A4B02E10b3c22
Octal12042212521130564137442
Binary10100001000101000101010101010010110101110100001011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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