Html Css Color HEX #502298 Daisy Bush

📋 copy color: '#502298'

red 80 ◦ green 34 ◦ blue 152

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

Shades of Daisy Bush #502298

Tints of Daisy Bush #502298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

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

R = 30.08%
G = 12.78%
B = 57.14%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#502298 (or 0x502298) is known color: Daisy Bush. HEX triplet: 50, 22 and 98. RGB value is (80,34,152). Sum of RGB (Red+Green+Blue) = 80+34+152=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #502298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502298 is #AFDD67. Grayscale: #3C3C3C. Windows color (decimal): -11525480 or 9970256. OLE color: 9970256.

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

Color convert

RGB 80 34 152 -
CMYK 0.47 0.78 0 0.40
HSL 263.39º 0.63% 0.36% -
HSV(B) 263.39º 0.78% 0.6% -
XYZ 9.55 5.12 30.19 -
YUV 61.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 80 34 152 0.47 0.78 0 0.40 263.39 0.63 0.36
Hex 50 22 98 2F 4E 0 28 107 3F 24
Octal 120 42 230 57 116 0 50 407 77 44
Binary 1010000 100010 10011000 101111 1001110 0 101000 100000111 111111 100100

Color Harmonies of #502298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502298

Black with #502298

Text Example


Text Example

White with #502298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502298; }

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

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

background-color css

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

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

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

border-color css

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

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

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