#50397D

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

Shades of Kingfisher Daisy #50397D

Tints of Kingfisher Daisy #50397D

Color information

#50397D (or 0x50397D) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 39 and 7D. RGB value is (80,57,125). Sum of RGB (Red+Green+Blue) = 80+57+125=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #50397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50397D is #AFC682. Grayscale: #474747. Windows color (decimal): -11519619 or 8206672. OLE color: 8206672.

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

Color convert

RGB8057125-
CMYK0.360.5400.51
HSL260.29º37.36%35.69%-
HSV(B)260.29º54.4%49.02%-
XYZ8.476.1120.14-
YUV71.63158.12133.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=30.53%
G=21.76%
B=47.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80571250.360.5400.51260.2937.3635.69
Hex50397D24360331042524
Octal1207117544660634044544
Binary101000011100111111011001001101100110011100000100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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