Html Css Color HEX #50327C Kingfisher Daisy

📋 copy color: '#50327C'

red 80 ◦ green 50 ◦ blue 124

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

Shades of Kingfisher Daisy #50327C

Tints of Kingfisher Daisy #50327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 31.5%
G = 19.69%
B = 48.82%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50327C (or 0x50327C) is known color: Kingfisher Daisy. HEX triplet: 50, 32 and 7C. RGB value is (80,50,124). Sum of RGB (Red+Green+Blue) = 80+50+124=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #50327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50327C is #AFCD83. Grayscale: #434343. Windows color (decimal): -11521412 or 8139344. OLE color: 8139344.

HSL color Cylindrical-coordinate representation of color #50327C: hue angle of 264.32º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50327C is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 50 124 -
CMYK 0.35 0.60 0 0.51
HSL 264.32º 0.43% 0.34% -
HSV(B) 264.32º 0.6% 0.49% -
XYZ 8.09 5.44 19.69 -
YUV 67.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 80 50 124 0.35 0.60 0 0.51 264.32 0.43 0.34
Hex 50 32 7C 23 3C 0 33 108 2B 22
Octal 120 62 174 43 74 0 63 410 53 42
Binary 1010000 110010 1111100 100011 111100 0 110011 100001000 101011 100010

Color Harmonies of #50327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50327C

Black with #50327C

Text Example


Text Example

White with #50327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50327C; }

 p { color: rgb(80,50,124); }

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

background-color css

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

 a { background-color: rgb(80,50,124); }

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

border-color css

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

 span { border-color: rgb(80,50,124); }

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