Html Css Color HEX #501E90 Kingfisher Daisy

📋 copy color: '#501E90'

red 80 ◦ green 30 ◦ blue 144

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

Shades of Kingfisher Daisy #501E90

Tints of Kingfisher Daisy #501E90

RGB

 RED value IS 80 (31.64% from 255) = 31.5%

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 31.5%
G = 11.81%
B = 56.69%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#501E90 (or 0x501E90) is known color: Kingfisher Daisy. HEX triplet: 50, 1E and 90. RGB value is (80,30,144). Sum of RGB (Red+Green+Blue) = 80+30+144=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #501E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501E90 is #AFE16F. Grayscale: #393939. Windows color (decimal): -11526512 or 9444944. OLE color: 9444944.

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

Color convert

RGB 80 30 144 -
CMYK 0.44 0.79 0 0.44
HSL 266.32º 0.66% 0.34% -
HSV(B) 266.32º 0.79% 0.56% -
XYZ 8.81 4.65 26.82 -
YUV 57.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 80 30 144 0.44 0.79 0 0.44 266.32 0.66 0.34
Hex 50 1E 90 2C 4F 0 2C 10A 42 22
Octal 120 36 220 54 117 0 54 412 102 42
Binary 1010000 11110 10010000 101100 1001111 0 101100 100001010 1000010 100010

Color Harmonies of #501E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E90

Black with #501E90

Text Example


Text Example

White with #501E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501E90; }

 p { color: rgb(80,30,144); }

 H1.HeaderClassName
 {
   color: #501E90;
 }
 .AnyTagClassName
 {
   color: #501E90;
 }
</style>

background-color css

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

 a { background-color: rgb(80,30,144); }

 div.DivClassName
 {
   background-color: #501E90;
 }
 .BgClassName
 {
   background-color: #501E90;
 }
</style>

border-color css

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

 span { border-color: rgb(80,30,144); }

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