#50279F

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

Shades of Daisy Bush #50279F

Tints of Daisy Bush #50279F

Color information

#50279F (or 0x50279F) is unknown color: approx Daisy Bush. HEX triplet: 50, 27 and 9F. RGB value is (80,39,159). Sum of RGB (Red+Green+Blue) = 80+39+159=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #50279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50279F is #AFD860. Grayscale: #404040. Windows color (decimal): -11524193 or 10430288. OLE color: 10430288.

HSL color Cylindrical-coordinate representation of color #50279F: hue angle of 260.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50279F is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8039159-
CMYK0.500.7500.38
HSL260.5º60.61%38.82%-
HSV(B)260.5º75.47%62.35%-
XYZ10.295.6633.35-
YUV64.94181.08138.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 159 (62.5% from 255) = 57.19%
R=28.78%
G=14.03%
B=57.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80391590.500.7500.38260.560.6138.82
Hex50279F324B0261043d27
Octal12047237621130464047547
Binary10100001001111001111111001010010110100110100000100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,39,159); }

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

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

 a { background-color: rgb(80,39,159); }

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

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

 span { border-color: rgb(80,39,159); }

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