Html Css Color HEX #511C9D Daisy Bush

📋 copy color: '#511C9D'

red 81 ◦ green 28 ◦ blue 157

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

Shades of Daisy Bush #511C9D

Tints of Daisy Bush #511C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

 BLUE value IS 157 (61.72% from 255) = 59.02%

R = 30.45%
G = 10.53%
B = 59.02%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#511C9D (or 0x511C9D) is known color: Daisy Bush. HEX triplet: 51, 1C and 9D. RGB value is (81,28,157). Sum of RGB (Red+Green+Blue) = 81+28+157=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #511C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511C9D is #AEE362. Grayscale: #3A3A3A. Windows color (decimal): -11461475 or 10296401. OLE color: 10296401.

HSL color Cylindrical-coordinate representation of color #511C9D: hue angle of 264.65º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511C9D is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 28 157 -
CMYK 0.48 0.82 0 0.38
HSL 264.65º 0.7% 0.36% -
HSV(B) 264.65º 0.82% 0.62% -
XYZ 9.89 5.01 32.34 -
YUV 58.55 183.56 144.01 -
System Red Green Blue C M Y K H S L
Decimal 81 28 157 0.48 0.82 0 0.38 264.65 0.7 0.36
Hex 51 1C 9D 30 52 0 26 109 46 24
Octal 121 34 235 60 122 0 46 411 106 44
Binary 1010001 11100 10011101 110000 1010010 0 100110 100001001 1000110 100100

Color Harmonies of #511C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C9D

Black with #511C9D

Text Example


Text Example

White with #511C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,157); }

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

background-color css

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

 a { background-color: rgb(81,28,157); }

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

border-color css

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

 span { border-color: rgb(81,28,157); }

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