Html Css Color HEX #502498 Daisy Bush

📋 copy color: '#502498'

red 80 ◦ green 36 ◦ blue 152

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

Shades of Daisy Bush #502498

Tints of Daisy Bush #502498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

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

R = 29.85%
G = 13.43%
B = 56.72%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#502498 (or 0x502498) is known color: Daisy Bush. HEX triplet: 50, 24 and 98. RGB value is (80,36,152). Sum of RGB (Red+Green+Blue) = 80+36+152=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #502498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502498 is #AFDB67. Grayscale: #3D3D3D. Windows color (decimal): -11524968 or 9970768. OLE color: 9970768.

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

Color convert

RGB 80 36 152 -
CMYK 0.47 0.76 0 0.40
HSL 262.76º 0.62% 0.37% -
HSV(B) 262.76º 0.76% 0.6% -
XYZ 9.61 5.23 30.21 -
YUV 62.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 80 36 152 0.47 0.76 0 0.40 262.76 0.62 0.37
Hex 50 24 98 2F 4C 0 28 107 3E 25
Octal 120 44 230 57 114 0 50 407 76 45
Binary 1010000 100100 10011000 101111 1001100 0 101000 100000111 111110 100101

Color Harmonies of #502498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502498

Black with #502498

Text Example


Text Example

White with #502498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502498; }

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

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

background-color css

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

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

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

border-color css

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

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

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