Html Css Color HEX #502098 Daisy Bush

📋 copy color: '#502098'

red 80 ◦ green 32 ◦ blue 152

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

Shades of Daisy Bush #502098

Tints of Daisy Bush #502098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 30.3%
G = 12.12%
B = 57.58%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#502098 (or 0x502098) is known color: Daisy Bush. HEX triplet: 50, 20 and 98. RGB value is (80,32,152). Sum of RGB (Red+Green+Blue) = 80+32+152=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #502098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502098 is #AFDF67. Grayscale: #3B3B3B. Windows color (decimal): -11525992 or 9969744. OLE color: 9969744.

HSL color Cylindrical-coordinate representation of color #502098: hue angle of 264º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502098 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 32 152 -
CMYK 0.47 0.79 0 0.40
HSL 264º 0.65% 0.36% -
HSV(B) 264º 0.79% 0.6% -
XYZ 9.49 5.01 30.17 -
YUV 60.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 80 32 152 0.47 0.79 0 0.40 264 0.65 0.36
Hex 50 20 98 2F 4F 0 28 108 41 24
Octal 120 40 230 57 117 0 50 410 101 44
Binary 1010000 100000 10011000 101111 1001111 0 101000 100001000 1000001 100100

Color Harmonies of #502098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502098

Black with #502098

Text Example


Text Example

White with #502098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502098; }

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

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

background-color css

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

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

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

border-color css

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

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

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