#50397E

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

Shades of Kingfisher Daisy #50397E

Tints of Kingfisher Daisy #50397E

Color information

#50397E (or 0x50397E) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 39 and 7E. RGB value is (80,57,126). Sum of RGB (Red+Green+Blue) = 80+57+126=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #50397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50397E is #AFC681. Grayscale: #474747. Windows color (decimal): -11519618 or 8272208. OLE color: 8272208.

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

Color convert

RGB8057126-
CMYK0.370.5500.51
HSL260º37.7%35.88%-
HSV(B)260º54.76%49.41%-
XYZ8.546.1420.47-
YUV71.74158.62133.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=30.42%
G=21.67%
B=47.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80571260.370.5500.5126037.735.88
Hex50397E25370331042624
Octal1207117645670634044644
Binary101000011100111111101001011101110110011100000100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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