Html Css Color HEX #502896 Daisy Bush

📋 copy color: '#502896'

red 80 ◦ green 40 ◦ blue 150

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

Shades of Daisy Bush #502896

Tints of Daisy Bush #502896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 29.63%
G = 14.81%
B = 55.56%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#502896 (or 0x502896) is known color: Daisy Bush. HEX triplet: 50, 28 and 96. RGB value is (80,40,150). Sum of RGB (Red+Green+Blue) = 80+40+150=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #502896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502896 is #AFD769. Grayscale: #404040. Windows color (decimal): -11523946 or 9840720. OLE color: 9840720.

HSL color Cylindrical-coordinate representation of color #502896: hue angle of 261.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502896 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 40 150 -
CMYK 0.47 0.73 0 0.41
HSL 261.82º 0.58% 0.37% -
HSV(B) 261.82º 0.73% 0.59% -
XYZ 9.57 5.43 29.4 -
YUV 64.5 176.25 139.06 -
System Red Green Blue C M Y K H S L
Decimal 80 40 150 0.47 0.73 0 0.41 261.82 0.58 0.37
Hex 50 28 96 2F 49 0 29 106 3A 25
Octal 120 50 226 57 111 0 51 406 72 45
Binary 1010000 101000 10010110 101111 1001001 0 101001 100000110 111010 100101

Color Harmonies of #502896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502896

Black with #502896

Text Example


Text Example

White with #502896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502896; }

 p { color: rgb(80,40,150); }

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

background-color css

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

 a { background-color: rgb(80,40,150); }

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

border-color css

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

 span { border-color: rgb(80,40,150); }

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