Html Css Color HEX #502191 Kingfisher Daisy

📋 copy color: '#502191'

red 80 ◦ green 33 ◦ blue 145

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

Shades of Kingfisher Daisy #502191

Tints of Kingfisher Daisy #502191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

 BLUE value IS 145 (57.03% from 255) = 56.2%

R = 31.01%
G = 12.79%
B = 56.2%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#502191 (or 0x502191) is known color: Kingfisher Daisy. HEX triplet: 50, 21 and 91. RGB value is (80,33,145). Sum of RGB (Red+Green+Blue) = 80+33+145=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #502191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502191 is #AFDE6E. Grayscale: #3B3B3B. Windows color (decimal): -11525743 or 9511248. OLE color: 9511248.

HSL color Cylindrical-coordinate representation of color #502191: hue angle of 265.18º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502191 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 33 145 -
CMYK 0.45 0.77 0 0.43
HSL 265.18º 0.63% 0.35% -
HSV(B) 265.18º 0.77% 0.57% -
XYZ 8.96 4.84 27.25 -
YUV 59.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 80 33 145 0.45 0.77 0 0.43 265.18 0.63 0.35
Hex 50 21 91 2D 4D 0 2B 109 3F 23
Octal 120 41 221 55 115 0 53 411 77 43
Binary 1010000 100001 10010001 101101 1001101 0 101011 100001001 111111 100011

Color Harmonies of #502191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502191

Black with #502191

Text Example


Text Example

White with #502191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502191; }

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

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

background-color css

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

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

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

border-color css

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

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

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