Html Css Color HEX #503783 Kingfisher Daisy

📋 copy color: '#503783'

red 80 ◦ green 55 ◦ blue 131

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

Shades of Kingfisher Daisy #503783

Tints of Kingfisher Daisy #503783

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.68%

 BLUE value IS 131 (51.56% from 255) = 49.25%

R = 30.08%
G = 20.68%
B = 49.25%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#503783 (or 0x503783) is known color: Kingfisher Daisy. HEX triplet: 50, 37 and 83. RGB value is (80,55,131). Sum of RGB (Red+Green+Blue) = 80+55+131=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #503783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503783 is #AFC87C. Grayscale: #464646. Windows color (decimal): -11520125 or 8599376. OLE color: 8599376.

HSL color Cylindrical-coordinate representation of color #503783: hue angle of 259.74º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503783 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 55 131 -
CMYK 0.39 0.58 0 0.49
HSL 259.74º 0.41% 0.36% -
HSV(B) 259.74º 0.58% 0.51% -
XYZ 8.77 6.08 22.18 -
YUV 71.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 80 55 131 0.39 0.58 0 0.49 259.74 0.41 0.36
Hex 50 37 83 27 3A 0 31 104 29 24
Octal 120 67 203 47 72 0 61 404 51 44
Binary 1010000 110111 10000011 100111 111010 0 110001 100000100 101001 100100

Color Harmonies of #503783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503783

Black with #503783

Text Example


Text Example

White with #503783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503783; }

 p { color: rgb(80,55,131); }

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

background-color css

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

 a { background-color: rgb(80,55,131); }

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

border-color css

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

 span { border-color: rgb(80,55,131); }

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