Html Css Color HEX #513391 Daisy Bush

📋 copy color: '#513391'

red 81 ◦ green 51 ◦ blue 145

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

Shades of Daisy Bush #513391

Tints of Daisy Bush #513391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 29.24%
G = 18.41%
B = 52.35%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513391 (or 0x513391) is known color: Daisy Bush. HEX triplet: 51, 33 and 91. RGB value is (81,51,145). Sum of RGB (Red+Green+Blue) = 81+51+145=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #513391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513391 is #AECC6E. Grayscale: #464646. Windows color (decimal): -11455599 or 9515857. OLE color: 9515857.

HSL color Cylindrical-coordinate representation of color #513391: hue angle of 259.15º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513391 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 51 145 -
CMYK 0.44 0.65 0 0.43
HSL 259.15º 0.48% 0.38% -
HSV(B) 259.15º 0.65% 0.57% -
XYZ 9.69 6.16 27.47 -
YUV 70.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 81 51 145 0.44 0.65 0 0.43 259.15 0.48 0.38
Hex 51 33 91 2C 41 0 2B 103 30 26
Octal 121 63 221 54 101 0 53 403 60 46
Binary 1010001 110011 10010001 101100 1000001 0 101011 100000011 110000 100110

Color Harmonies of #513391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513391

Black with #513391

Text Example


Text Example

White with #513391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513391; }

 p { color: rgb(81,51,145); }

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

background-color css

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

 a { background-color: rgb(81,51,145); }

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

border-color css

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

 span { border-color: rgb(81,51,145); }

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