Html Css Color HEX #511E9B Daisy Bush

📋 copy color: '#511E9B'

red 81 ◦ green 30 ◦ blue 155

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

Shades of Daisy Bush #511E9B

Tints of Daisy Bush #511E9B

RGB

 RED value IS 81 (32.03% from 255) = 30.45%

 GREEN value IS 30 (12.11% from 255) = 11.28%

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 30.45%
G = 11.28%
B = 58.27%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#511E9B (or 0x511E9B) is known color: Daisy Bush. HEX triplet: 51, 1E and 9B. RGB value is (81,30,155). Sum of RGB (Red+Green+Blue) = 81+30+155=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #511E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511E9B is #AEE164. Grayscale: #3B3B3B. Windows color (decimal): -11460965 or 10165841. OLE color: 10165841.

HSL color Cylindrical-coordinate representation of color #511E9B: hue angle of 264.48º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511E9B is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 30 155 -
CMYK 0.48 0.81 0 0.39
HSL 264.48º 0.68% 0.36% -
HSV(B) 264.48º 0.81% 0.61% -
XYZ 9.77 5.04 31.47 -
YUV 59.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 81 30 155 0.48 0.81 0 0.39 264.48 0.68 0.36
Hex 51 1E 9B 30 51 0 27 108 44 24
Octal 121 36 233 60 121 0 47 410 104 44
Binary 1010001 11110 10011011 110000 1010001 0 100111 100001000 1000100 100100

Color Harmonies of #511E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E9B

Black with #511E9B

Text Example


Text Example

White with #511E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E9B; }

 p { color: rgb(81,30,155); }

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

background-color css

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

 a { background-color: rgb(81,30,155); }

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

border-color css

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

 span { border-color: rgb(81,30,155); }

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