#502694

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

Shades of Daisy Bush #502694

Tints of Daisy Bush #502694

Color information

#502694 (or 0x502694) is unknown color: approx Daisy Bush. HEX triplet: 50, 26 and 94. RGB value is (80,38,148). Sum of RGB (Red+Green+Blue) = 80+38+148=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #502694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502694 is #AFD96B. Grayscale: #3E3E3E. Windows color (decimal): -11524460 or 9709136. OLE color: 9709136.

HSL color Cylindrical-coordinate representation of color #502694: hue angle of 262.91º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502694 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8038148-
CMYK0.460.7400.42
HSL262.91º59.14%36.47%-
HSV(B)262.91º74.32%58.04%-
XYZ9.355.2328.53-
YUV63.1175.91140.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=30.08%
G=14.29%
B=55.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80381480.460.7400.42262.9159.1436.47
Hex5026942E4A02A1073b24
Octal12046224561120524077344
Binary10100001001101001010010111010010100101010100000111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502694; }

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

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

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

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

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

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

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

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