Html Css Color HEX #50228A Kingfisher Daisy

📋 copy color: '#50228A'

red 80 ◦ green 34 ◦ blue 138

#50228A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #50228A

Tints of Kingfisher Daisy #50228A

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.3% from 255) = 54.76%

R = 31.75%
G = 13.49%
B = 54.76%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50228A (or 0x50228A) is known color: 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

RGB 80 34 138 -
CMYK 0.42 0.75 0 0.46
HSL 266.54º 0.6% 0.34% -
HSV(B) 266.54º 0.75% 0.54% -
XYZ 8.47 4.68 24.5 -
YUV 59.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 80 34 138 0.42 0.75 0 0.46 266.54 0.6 0.34
Hex 50 22 8A 2A 4B 0 2E 10B 3C 22
Octal 120 42 212 52 113 0 56 413 74 42
Binary 1010000 100010 10001010 101010 1001011 0 101110 100001011 111100 100010

Color Harmonies of #50228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50228A

Black with #50228A

Text Example


Text Example

White with #50228A

Text Example


Text Example

HTML Codes & Css Web 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>