Html Css Color HEX #50367F Kingfisher Daisy

📋 copy color: '#50367F'

red 80 ◦ green 54 ◦ blue 127

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

Shades of Kingfisher Daisy #50367F

Tints of Kingfisher Daisy #50367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 127 (50% from 255) = 48.66%

R = 30.65%
G = 20.69%
B = 48.66%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50367F (or 0x50367F) is known color: Kingfisher Daisy. HEX triplet: 50, 36 and 7F. RGB value is (80,54,127). Sum of RGB (Red+Green+Blue) = 80+54+127=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #50367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50367F is #AFC980. Grayscale: #454545. Windows color (decimal): -11520385 or 8336976. OLE color: 8336976.

HSL color Cylindrical-coordinate representation of color #50367F: hue angle of 261.37º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50367F is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 54 127 -
CMYK 0.37 0.57 0 0.50
HSL 261.37º 0.4% 0.35% -
HSV(B) 261.37º 0.57% 0.5% -
XYZ 8.46 5.88 20.77 -
YUV 70.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 80 54 127 0.37 0.57 0 0.50 261.37 0.4 0.35
Hex 50 36 7F 25 39 0 32 105 28 23
Octal 120 66 177 45 71 0 62 405 50 43
Binary 1010000 110110 1111111 100101 111001 0 110010 100000101 101000 100011

Color Harmonies of #50367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50367F

Black with #50367F

Text Example


Text Example

White with #50367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50367F; }

 p { color: rgb(80,54,127); }

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

background-color css

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

 a { background-color: rgb(80,54,127); }

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

border-color css

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

 span { border-color: rgb(80,54,127); }

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