Html Css Color HEX #513490 Daisy Bush

📋 copy color: '#513490'

red 81 ◦ green 52 ◦ blue 144

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

Shades of Daisy Bush #513490

Tints of Daisy Bush #513490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 29.24%
G = 18.77%
B = 51.99%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#513490 (or 0x513490) is known color: Daisy Bush. HEX triplet: 51, 34 and 90. RGB value is (81,52,144). Sum of RGB (Red+Green+Blue) = 81+52+144=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #513490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513490 is #AECB6F. Grayscale: #464646. Windows color (decimal): -11455344 or 9450577. OLE color: 9450577.

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

Color convert

RGB 81 52 144 -
CMYK 0.44 0.64 0 0.44
HSL 258.91º 0.47% 0.38% -
HSV(B) 258.91º 0.64% 0.56% -
XYZ 9.66 6.22 27.08 -
YUV 71.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 81 52 144 0.44 0.64 0 0.44 258.91 0.47 0.38
Hex 51 34 90 2C 40 0 2C 103 2F 26
Octal 121 64 220 54 100 0 54 403 57 46
Binary 1010001 110100 10010000 101100 1000000 0 101100 100000011 101111 100110

Color Harmonies of #513490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513490

Black with #513490

Text Example


Text Example

White with #513490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513490; }

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

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

background-color css

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

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

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

border-color css

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

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

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