#50397C

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

Shades of Kingfisher Daisy #50397C

Tints of Kingfisher Daisy #50397C

Color information

#50397C (or 0x50397C) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 39 and 7C. RGB value is (80,57,124). Sum of RGB (Red+Green+Blue) = 80+57+124=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #50397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50397C is #AFC683. Grayscale: #474747. Windows color (decimal): -11519620 or 8141136. OLE color: 8141136.

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

Color convert

RGB8057124-
CMYK0.350.5400.51
HSL260.6º37.02%35.49%-
HSV(B)260.6º54.03%48.63%-
XYZ8.416.0919.8-
YUV71.51157.62134.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=30.65%
G=21.84%
B=47.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80571240.350.5400.51260.637.0235.49
Hex50397C23360331052523
Octal1207117443660634054543
Binary101000011100111111001000111101100110011100000101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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