Html Css Color HEX #502F94 Daisy Bush

📋 copy color: '#502F94'

red 80 ◦ green 47 ◦ blue 148

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

Shades of Daisy Bush #502F94

Tints of Daisy Bush #502F94

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.09%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 29.09%
G = 17.09%
B = 53.82%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502F94 (or 0x502F94) is known color: Daisy Bush. HEX triplet: 50, 2F and 94. RGB value is (80,47,148). Sum of RGB (Red+Green+Blue) = 80+47+148=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #502F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502F94 is #AFD06B. Grayscale: #444444. Windows color (decimal): -11522156 or 9711440. OLE color: 9711440.

HSL color Cylindrical-coordinate representation of color #502F94: hue angle of 259.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502F94 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 47 148 -
CMYK 0.46 0.68 0 0.42
HSL 259.6º 0.52% 0.38% -
HSV(B) 259.6º 0.68% 0.58% -
XYZ 9.67 5.88 28.64 -
YUV 68.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 80 47 148 0.46 0.68 0 0.42 259.6 0.52 0.38
Hex 50 2F 94 2E 44 0 2A 104 34 26
Octal 120 57 224 56 104 0 52 404 64 46
Binary 1010000 101111 10010100 101110 1000100 0 101010 100000100 110100 100110

Color Harmonies of #502F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F94

Black with #502F94

Text Example


Text Example

White with #502F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,47,148); }

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

background-color css

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

 a { background-color: rgb(80,47,148); }

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

border-color css

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

 span { border-color: rgb(80,47,148); }

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