#50357F

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

Shades of Kingfisher Daisy #50357F

Tints of Kingfisher Daisy #50357F

Color information

#50357F (or 0x50357F) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 35 and 7F. RGB value is (80,53,127). Sum of RGB (Red+Green+Blue) = 80+53+127=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #50357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50357F is #AFCA80. Grayscale: #454545. Windows color (decimal): -11520641 or 8336720. OLE color: 8336720.

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

Color convert

RGB8053127-
CMYK0.370.5800.50
HSL261.89º41.11%35.29%-
HSV(B)261.89º58.27%49.8%-
XYZ8.415.7820.75-
YUV69.51160.45135.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 127 (50% from 255) = 48.85%
R=30.77%
G=20.38%
B=48.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80531270.370.5800.50261.8941.1135.29
Hex50357F253A0321062923
Octal1206517745720624065143
Binary101000011010111111111001011110100110010100000110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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