#50387F

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

Shades of Kingfisher Daisy #50387F

Tints of Kingfisher Daisy #50387F

Color information

#50387F (or 0x50387F) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 38 and 7F. RGB value is (80,56,127). Sum of RGB (Red+Green+Blue) = 80+56+127=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #50387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50387F is #AFC780. Grayscale: #474747. Windows color (decimal): -11519873 or 8337488. OLE color: 8337488.

HSL color Cylindrical-coordinate representation of color #50387F: hue angle of 260.28º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50387F is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8056127-
CMYK0.370.5600.50
HSL260.28º38.8%35.88%-
HSV(B)260.28º55.91%49.8%-
XYZ8.556.0720.8-
YUV71.27159.45134.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 127 (50% from 255) = 48.29%
R=30.42%
G=21.29%
B=48.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80561270.370.5600.50260.2838.835.88
Hex50387F25380321042724
Octal1207017745700624044744
Binary101000011100011111111001011110000110010100000100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50387F; }

 p { color: rgb(80,56,127); }

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

<style>
 a { background-color: #50387F; }

 a { background-color: rgb(80,56,127); }

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

<style>
 span { border-color: #50387F; }

 span { border-color: rgb(80,56,127); }

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