#50279C

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

Shades of Daisy Bush #50279C

Tints of Daisy Bush #50279C

Color information

#50279C (or 0x50279C) is unknown color: approx Daisy Bush. HEX triplet: 50, 27 and 9C. RGB value is (80,39,156). Sum of RGB (Red+Green+Blue) = 80+39+156=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #50279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50279C is #AFD863. Grayscale: #404040. Windows color (decimal): -11524196 or 10233680. OLE color: 10233680.

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

Color convert

RGB8039156-
CMYK0.490.7500.39
HSL261.03º60%38.24%-
HSV(B)261.03º75%61.18%-
XYZ10.035.5632-
YUV64.6179.58138.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 156 (61.33% from 255) = 56.73%
R=29.09%
G=14.18%
B=56.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80391560.490.7500.39261.036038.24
Hex50279C314B0271053c26
Octal12047234611130474057446
Binary10100001001111001110011000110010110100111100000101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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