#502F94

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

Shades of Daisy Bush #502F94

Tints of Daisy Bush #502F94

Color information

#502F94 (or 0x502F94) is unknown color: approx Daisy Bush. HEX triplet: 50, 2F and 94. RGB value is (80,47,148). Sum of RGB (Red+Green+Blue) = 80+47+148=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #502F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502F94 is #AFD06B. Grayscale: #444444. Windows color (decimal): -11522156 or 9711440. OLE color: 9711440.

HSL color Cylindrical-coordinate representation of color #502F94: hue angle of 259.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502F94 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8047148-
CMYK0.460.6800.42
HSL259.6º51.79%38.24%-
HSV(B)259.6º68.24%58.04%-
XYZ9.675.8828.64-
YUV68.38172.93136.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 47 (18.75% from 255) = 17.09%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=29.09%
G=17.09%
B=53.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80471480.460.6800.42259.651.7938.24
Hex502F942E4402A1043426
Octal12057224561040524046446
Binary10100001011111001010010111010001000101010100000100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502F94; }

 p { color: rgb(80,47,148); }

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

<style>
 a { background-color: #502F94; }

 a { background-color: rgb(80,47,148); }

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

<style>
 span { border-color: #502F94; }

 span { border-color: rgb(80,47,148); }

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