Html Css Color HEX #502C98 Daisy Bush

📋 copy color: '#502C98'

red 80 ◦ green 44 ◦ blue 152

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

Shades of Daisy Bush #502C98

Tints of Daisy Bush #502C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.07%

R = 28.99%
G = 15.94%
B = 55.07%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#502C98 (or 0x502C98) is known color: Daisy Bush. HEX triplet: 50, 2C and 98. RGB value is (80,44,152). Sum of RGB (Red+Green+Blue) = 80+44+152=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #502C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C98 is #AFD367. Grayscale: #424242. Windows color (decimal): -11522920 or 9972816. OLE color: 9972816.

HSL color Cylindrical-coordinate representation of color #502C98: hue angle of 260º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502C98 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 44 152 -
CMYK 0.47 0.71 0 0.40
HSL 260º 0.55% 0.38% -
HSV(B) 260º 0.71% 0.6% -
XYZ 9.88 5.77 30.3 -
YUV 67.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 80 44 152 0.47 0.71 0 0.40 260 0.55 0.38
Hex 50 2C 98 2F 47 0 28 104 37 26
Octal 120 54 230 57 107 0 50 404 67 46
Binary 1010000 101100 10011000 101111 1000111 0 101000 100000100 110111 100110

Color Harmonies of #502C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C98

Black with #502C98

Text Example


Text Example

White with #502C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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