Html Css Color HEX #503189 Kingfisher Daisy

📋 copy color: '#503189'

red 80 ◦ green 49 ◦ blue 137

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

Shades of Kingfisher Daisy #503189

Tints of Kingfisher Daisy #503189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 30.08%
G = 18.42%
B = 51.5%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#503189 (or 0x503189) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 89. RGB value is (80,49,137). Sum of RGB (Red+Green+Blue) = 80+49+137=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #503189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503189 is #AFCE76. Grayscale: #434343. Windows color (decimal): -11521655 or 8991056. OLE color: 8991056.

HSL color Cylindrical-coordinate representation of color #503189: hue angle of 261.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503189 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 49 137 -
CMYK 0.42 0.64 0 0.46
HSL 261.14º 0.47% 0.36% -
HSV(B) 261.14º 0.64% 0.54% -
XYZ 8.92 5.71 24.3 -
YUV 68.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 80 49 137 0.42 0.64 0 0.46 261.14 0.47 0.36
Hex 50 31 89 2A 40 0 2E 105 2F 24
Octal 120 61 211 52 100 0 56 405 57 44
Binary 1010000 110001 10001001 101010 1000000 0 101110 100000101 101111 100100

Color Harmonies of #503189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503189

Black with #503189

Text Example


Text Example

White with #503189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503189; }

 p { color: rgb(80,49,137); }

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

background-color css

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

 a { background-color: rgb(80,49,137); }

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

border-color css

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

 span { border-color: rgb(80,49,137); }

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