Html Css Color HEX #50347E Kingfisher Daisy

📋 copy color: '#50347E'

red 80 ◦ green 52 ◦ blue 126

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

Shades of Kingfisher Daisy #50347E

Tints of Kingfisher Daisy #50347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

 BLUE value IS 126 (49.61% from 255) = 48.84%

R = 31.01%
G = 20.16%
B = 48.84%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50347E (or 0x50347E) is known color: Kingfisher Daisy. HEX triplet: 50, 34 and 7E. RGB value is (80,52,126). Sum of RGB (Red+Green+Blue) = 80+52+126=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #50347E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50347E is #AFCB81. Grayscale: #444444. Windows color (decimal): -11520898 or 8270928. OLE color: 8270928.

HSL color Cylindrical-coordinate representation of color #50347E: hue angle of 262.7º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50347E is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 52 126 -
CMYK 0.37 0.59 0 0.51
HSL 262.7º 0.42% 0.35% -
HSV(B) 262.7º 0.59% 0.49% -
XYZ 8.3 5.67 20.4 -
YUV 68.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 80 52 126 0.37 0.59 0 0.51 262.7 0.42 0.35
Hex 50 34 7E 25 3B 0 33 107 2A 23
Octal 120 64 176 45 73 0 63 407 52 43
Binary 1010000 110100 1111110 100101 111011 0 110011 100000111 101010 100011

Color Harmonies of #50347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50347E

Black with #50347E

Text Example


Text Example

White with #50347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50347E; }

 p { color: rgb(80,52,126); }

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

background-color css

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

 a { background-color: rgb(80,52,126); }

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

border-color css

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

 span { border-color: rgb(80,52,126); }

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