Html Css Color HEX #513591 Daisy Bush

📋 copy color: '#513591'

red 81 ◦ green 53 ◦ blue 145

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

Shades of Daisy Bush #513591

Tints of Daisy Bush #513591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 29.03%
G = 19%
B = 51.97%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513591 (or 0x513591) is known color: Daisy Bush. HEX triplet: 51, 35 and 91. RGB value is (81,53,145). Sum of RGB (Red+Green+Blue) = 81+53+145=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #513591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513591 is #AECA6E. Grayscale: #474747. Windows color (decimal): -11455087 or 9516369. OLE color: 9516369.

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

Color convert

RGB 81 53 145 -
CMYK 0.44 0.63 0 0.43
HSL 258.26º 0.46% 0.39% -
HSV(B) 258.26º 0.63% 0.57% -
XYZ 9.78 6.34 27.5 -
YUV 71.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 81 53 145 0.44 0.63 0 0.43 258.26 0.46 0.39
Hex 51 35 91 2C 3F 0 2B 102 2E 27
Octal 121 65 221 54 77 0 53 402 56 47
Binary 1010001 110101 10010001 101100 111111 0 101011 100000010 101110 100111

Color Harmonies of #513591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513591

Black with #513591

Text Example


Text Example

White with #513591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513591; }

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

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

background-color css

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

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

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

border-color css

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

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

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