Html Css Color HEX #502C90 Daisy Bush

📋 copy color: '#502C90'

red 80 ◦ green 44 ◦ blue 144

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

Shades of Daisy Bush #502C90

Tints of Daisy Bush #502C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.42%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 29.85%
G = 16.42%
B = 53.73%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#502C90 (or 0x502C90) is known color: Daisy Bush. HEX triplet: 50, 2C and 90. RGB value is (80,44,144). Sum of RGB (Red+Green+Blue) = 80+44+144=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #502C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C90 is #AFD36F. Grayscale: #414141. Windows color (decimal): -11522928 or 9448528. OLE color: 9448528.

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

Color convert

RGB 80 44 144 -
CMYK 0.44 0.69 0 0.44
HSL 261.6º 0.53% 0.37% -
HSV(B) 261.6º 0.69% 0.56% -
XYZ 9.24 5.52 26.96 -
YUV 66.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 80 44 144 0.44 0.69 0 0.44 261.6 0.53 0.37
Hex 50 2C 90 2C 45 0 2C 106 35 25
Octal 120 54 220 54 105 0 54 406 65 45
Binary 1010000 101100 10010000 101100 1000101 0 101100 100000110 110101 100101

Color Harmonies of #502C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C90

Black with #502C90

Text Example


Text Example

White with #502C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,44,144); }

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

background-color css

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

 a { background-color: rgb(80,44,144); }

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

border-color css

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

 span { border-color: rgb(80,44,144); }

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