Html Css Color HEX #50337C Kingfisher Daisy

📋 copy color: '#50337C'

red 80 ◦ green 51 ◦ blue 124

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

Shades of Kingfisher Daisy #50337C

Tints of Kingfisher Daisy #50337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 31.37%
G = 20%
B = 48.63%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50337C (or 0x50337C) is known color: Kingfisher Daisy. HEX triplet: 50, 33 and 7C. RGB value is (80,51,124). Sum of RGB (Red+Green+Blue) = 80+51+124=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #50337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50337C is #AFCC83. Grayscale: #434343. Windows color (decimal): -11521156 or 8139600. OLE color: 8139600.

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

Color convert

RGB 80 51 124 -
CMYK 0.35 0.59 0 0.51
HSL 263.84º 0.42% 0.34% -
HSV(B) 263.84º 0.59% 0.49% -
XYZ 8.13 5.53 19.71 -
YUV 67.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 80 51 124 0.35 0.59 0 0.51 263.84 0.42 0.34
Hex 50 33 7C 23 3B 0 33 108 2A 22
Octal 120 63 174 43 73 0 63 410 52 42
Binary 1010000 110011 1111100 100011 111011 0 110011 100001000 101010 100010

Color Harmonies of #50337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50337C

Black with #50337C

Text Example


Text Example

White with #50337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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