Html Css Color HEX #513095 Daisy Bush

📋 copy color: '#513095'

red 81 ◦ green 48 ◦ blue 149

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

Shades of Daisy Bush #513095

Tints of Daisy Bush #513095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 29.14%
G = 17.27%
B = 53.6%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513095 (or 0x513095) is known color: Daisy Bush. HEX triplet: 51, 30 and 95. RGB value is (81,48,149). Sum of RGB (Red+Green+Blue) = 81+48+149=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #513095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513095 is #AECF6A. Grayscale: #454545. Windows color (decimal): -11456363 or 9777233. OLE color: 9777233.

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

Color convert

RGB 81 48 149 -
CMYK 0.46 0.68 0 0.42
HSL 259.6º 0.51% 0.39% -
HSV(B) 259.6º 0.68% 0.58% -
XYZ 9.88 6.03 29.08 -
YUV 69.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 81 48 149 0.46 0.68 0 0.42 259.6 0.51 0.39
Hex 51 30 95 2E 44 0 2A 104 33 27
Octal 121 60 225 56 104 0 52 404 63 47
Binary 1010001 110000 10010101 101110 1000100 0 101010 100000100 110011 100111

Color Harmonies of #513095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513095

Black with #513095

Text Example


Text Example

White with #513095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513095; }

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

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

background-color css

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

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

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

border-color css

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

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

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