Html Css Color HEX #511D9B Daisy Bush

📋 copy color: '#511D9B'

red 81 ◦ green 29 ◦ blue 155

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

Shades of Daisy Bush #511D9B

Tints of Daisy Bush #511D9B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

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

R = 30.57%
G = 10.94%
B = 58.49%

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

#511D9B (or 0x511D9B) is known color: Daisy Bush. HEX triplet: 51, 1D and 9B. RGB value is (81,29,155). Sum of RGB (Red+Green+Blue) = 81+29+155=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #511D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511D9B is #AEE264. Grayscale: #3A3A3A. Windows color (decimal): -11461221 or 10165585. OLE color: 10165585.

HSL color Cylindrical-coordinate representation of color #511D9B: hue angle of 264.76º 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 #511D9B is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 29 155 -
CMYK 0.48 0.81 0 0.39
HSL 264.76º 0.68% 0.36% -
HSV(B) 264.76º 0.81% 0.61% -
XYZ 9.75 4.99 31.46 -
YUV 58.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 81 29 155 0.48 0.81 0 0.39 264.76 0.68 0.36
Hex 51 1D 9B 30 51 0 27 109 44 24
Octal 121 35 233 60 121 0 47 411 104 44
Binary 1010001 11101 10011011 110000 1010001 0 100111 100001001 1000100 100100

Color Harmonies of #511D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D9B

Black with #511D9B

Text Example


Text Example

White with #511D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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