#50347C

Color #50347C Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #50347C

Tints of Kingfisher Daisy #50347C

Color information

#50347C (or 0x50347C) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 34 and 7C. RGB value is (80,52,124). Sum of RGB (Red+Green+Blue) = 80+52+124=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #50347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50347C is #AFCB83. Grayscale: #444444. Windows color (decimal): -11520900 or 8139856. OLE color: 8139856.

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

Color convert

RGB8052124-
CMYK0.350.5800.51
HSL263.33º40.91%34.51%-
HSV(B)263.33º58.06%48.63%-
XYZ8.175.6219.72-
YUV68.58159.28136.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=31.25%
G=20.31%
B=48.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80521240.350.5800.51263.3340.9134.51
Hex50347C233A0331072923
Octal1206417443720634075143
Binary101000011010011111001000111110100110011100000111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50347C;
 }
 .AnyTagClassName
 {
   color: #50347C;
 }
</style>
background-color css

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

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

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

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

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

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