Html Css Color HEX #502E8E Daisy Bush

📋 copy color: '#502E8E'

red 80 ◦ green 46 ◦ blue 142

#502E8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #502E8E

Tints of Daisy Bush #502E8E

RGB

 RED value IS 80 (31.64% from 255) = 29.85%

 GREEN value IS 46 (18.36% from 255) = 17.16%

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 29.85%
G = 17.16%
B = 52.99%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#502E8E (or 0x502E8E) is known color: Daisy Bush. HEX triplet: 50, 2E and 8E. RGB value is (80,46,142). Sum of RGB (Red+Green+Blue) = 80+46+142=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #502E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502E8E is #AFD171. Grayscale: #424242. Windows color (decimal): -11522418 or 9317968. OLE color: 9317968.

HSL color Cylindrical-coordinate representation of color #502E8E: hue angle of 261.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502E8E is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 46 142 -
CMYK 0.44 0.68 0 0.44
HSL 261.25º 0.51% 0.37% -
HSV(B) 261.25º 0.68% 0.56% -
XYZ 9.17 5.61 26.19 -
YUV 67.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 80 46 142 0.44 0.68 0 0.44 261.25 0.51 0.37
Hex 50 2E 8E 2C 44 0 2C 105 33 25
Octal 120 56 216 54 104 0 54 405 63 45
Binary 1010000 101110 10001110 101100 1000100 0 101100 100000101 110011 100101

Color Harmonies of #502E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E8E

Black with #502E8E

Text Example


Text Example

White with #502E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,46,142); }

 H1.HeaderClassName
 {
   color: #502E8E;
 }
 .AnyTagClassName
 {
   color: #502E8E;
 }
</style>

background-color css

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

 a { background-color: rgb(80,46,142); }

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

border-color css

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

 span { border-color: rgb(80,46,142); }

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