Html Css Color HEX #513395 Daisy Bush

📋 copy color: '#513395'

red 81 ◦ green 51 ◦ blue 149

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

Shades of Daisy Bush #513395

Tints of Daisy Bush #513395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.02%

R = 28.83%
G = 18.15%
B = 53.02%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513395 (or 0x513395) is known color: Daisy Bush. HEX triplet: 51, 33 and 95. RGB value is (81,51,149). Sum of RGB (Red+Green+Blue) = 81+51+149=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #513395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513395 is #AECC6A. Grayscale: #464646. Windows color (decimal): -11455595 or 9778001. OLE color: 9778001.

HSL color Cylindrical-coordinate representation of color #513395: hue angle of 258.37º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513395 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 51 149 -
CMYK 0.46 0.66 0 0.42
HSL 258.37º 0.49% 0.39% -
HSV(B) 258.37º 0.66% 0.58% -
XYZ 10 6.29 29.12 -
YUV 71.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 81 51 149 0.46 0.66 0 0.42 258.37 0.49 0.39
Hex 51 33 95 2E 42 0 2A 102 31 27
Octal 121 63 225 56 102 0 52 402 61 47
Binary 1010001 110011 10010101 101110 1000010 0 101010 100000010 110001 100111

Color Harmonies of #513395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513395

Black with #513395

Text Example


Text Example

White with #513395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513395; }

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

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

background-color css

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

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

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

border-color css

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

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

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