Html Css Color HEX #50318B Kingfisher Daisy

📋 copy color: '#50318B'

red 80 ◦ green 49 ◦ blue 139

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

Shades of Kingfisher Daisy #50318B

Tints of Kingfisher Daisy #50318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 29.85%
G = 18.28%
B = 51.87%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50318B (or 0x50318B) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 8B. RGB value is (80,49,139). Sum of RGB (Red+Green+Blue) = 80+49+139=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #50318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50318B is #AFCE74. Grayscale: #444444. Windows color (decimal): -11521653 or 9122128. OLE color: 9122128.

HSL color Cylindrical-coordinate representation of color #50318B: hue angle of 260.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50318B is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 49 139 -
CMYK 0.42 0.65 0 0.45
HSL 260.67º 0.48% 0.37% -
HSV(B) 260.67º 0.65% 0.55% -
XYZ 9.07 5.77 25.06 -
YUV 68.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 80 49 139 0.42 0.65 0 0.45 260.67 0.48 0.37
Hex 50 31 8B 2A 41 0 2D 105 30 25
Octal 120 61 213 52 101 0 55 405 60 45
Binary 1010000 110001 10001011 101010 1000001 0 101101 100000101 110000 100101

Color Harmonies of #50318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50318B

Black with #50318B

Text Example


Text Example

White with #50318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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