Html Css Color HEX #513491 Daisy Bush

📋 copy color: '#513491'

red 81 ◦ green 52 ◦ blue 145

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

Shades of Daisy Bush #513491

Tints of Daisy Bush #513491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 29.14%
G = 18.71%
B = 52.16%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513491 (or 0x513491) is known color: Daisy Bush. HEX triplet: 51, 34 and 91. RGB value is (81,52,145). Sum of RGB (Red+Green+Blue) = 81+52+145=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #513491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513491 is #AECB6E. Grayscale: #464646. Windows color (decimal): -11455343 or 9516113. OLE color: 9516113.

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

Color convert

RGB 81 52 145 -
CMYK 0.44 0.64 0 0.43
HSL 258.71º 0.47% 0.39% -
HSV(B) 258.71º 0.64% 0.57% -
XYZ 9.73 6.25 27.48 -
YUV 71.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 81 52 145 0.44 0.64 0 0.43 258.71 0.47 0.39
Hex 51 34 91 2C 40 0 2B 103 2F 27
Octal 121 64 221 54 100 0 53 403 57 47
Binary 1010001 110100 10010001 101100 1000000 0 101011 100000011 101111 100111

Color Harmonies of #513491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513491

Black with #513491

Text Example


Text Example

White with #513491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513491; }

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

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

background-color css

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

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

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

border-color css

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

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

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