Html Css Color HEX #502992 Daisy Bush

📋 copy color: '#502992'

red 80 ◦ green 41 ◦ blue 146

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

Shades of Daisy Bush #502992

Tints of Daisy Bush #502992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 29.96%
G = 15.36%
B = 54.68%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#502992 (or 0x502992) is known color: Daisy Bush. HEX triplet: 50, 29 and 92. RGB value is (80,41,146). Sum of RGB (Red+Green+Blue) = 80+41+146=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #502992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502992 is #AFD66D. Grayscale: #404040. Windows color (decimal): -11523694 or 9578832. OLE color: 9578832.

HSL color Cylindrical-coordinate representation of color #502992: hue angle of 262.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502992 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 41 146 -
CMYK 0.45 0.72 0 0.43
HSL 262.29º 0.56% 0.37% -
HSV(B) 262.29º 0.72% 0.57% -
XYZ 9.29 5.37 27.74 -
YUV 64.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 80 41 146 0.45 0.72 0 0.43 262.29 0.56 0.37
Hex 50 29 92 2D 48 0 2B 106 38 25
Octal 120 51 222 55 110 0 53 406 70 45
Binary 1010000 101001 10010010 101101 1001000 0 101011 100000110 111000 100101

Color Harmonies of #502992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502992

Black with #502992

Text Example


Text Example

White with #502992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502992; }

 p { color: rgb(80,41,146); }

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

background-color css

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

 a { background-color: rgb(80,41,146); }

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

border-color css

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

 span { border-color: rgb(80,41,146); }

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