#50279E

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

Shades of Daisy Bush #50279E

Tints of Daisy Bush #50279E

Color information

#50279E (or 0x50279E) is unknown color: approx Daisy Bush. HEX triplet: 50, 27 and 9E. RGB value is (80,39,158). Sum of RGB (Red+Green+Blue) = 80+39+158=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #50279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50279E is #AFD861. Grayscale: #404040. Windows color (decimal): -11524194 or 10364752. OLE color: 10364752.

HSL color Cylindrical-coordinate representation of color #50279E: hue angle of 260.67º degrees, saturation: 0.6, 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 #50279E is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8039158-
CMYK0.490.7500.38
HSL260.67º60.41%38.63%-
HSV(B)260.67º75.32%61.96%-
XYZ10.215.6332.9-
YUV64.82180.58138.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=28.88%
G=14.08%
B=57.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80391580.490.7500.38260.6760.4138.63
Hex50279E314B0261053c27
Octal12047236611130464057447
Binary10100001001111001111011000110010110100110100000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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