Html Css Color HEX #511F99 Daisy Bush

📋 copy color: '#511F99'

red 81 ◦ green 31 ◦ blue 153

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

Shades of Daisy Bush #511F99

Tints of Daisy Bush #511F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 30.57%
G = 11.7%
B = 57.74%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#511F99 (or 0x511F99) is known color: Daisy Bush. HEX triplet: 51, 1F and 99. RGB value is (81,31,153). Sum of RGB (Red+Green+Blue) = 81+31+153=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #511F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511F99 is #AEE066. Grayscale: #3B3B3B. Windows color (decimal): -11460711 or 10035025. OLE color: 10035025.

HSL color Cylindrical-coordinate representation of color #511F99: hue angle of 264.59º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511F99 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 31 153 -
CMYK 0.47 0.80 0 0.4
HSL 264.59º 0.66% 0.36% -
HSV(B) 264.59º 0.8% 0.6% -
XYZ 9.63 5.03 30.6 -
YUV 59.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 81 31 153 0.47 0.80 0 0.4 264.59 0.66 0.36
Hex 51 1F 99 2F 50 0 28 109 42 24
Octal 121 37 231 57 120 0 50 411 102 44
Binary 1010001 11111 10011001 101111 1010000 0 101000 100001001 1000010 100100

Color Harmonies of #511F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F99

Black with #511F99

Text Example


Text Example

White with #511F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,153); }

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

background-color css

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

 a { background-color: rgb(81,31,153); }

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

border-color css

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

 span { border-color: rgb(81,31,153); }

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