Html Css Color HEX #512BA0 Daisy Bush

📋 copy color: '#512BA0'

red 81 ◦ green 43 ◦ blue 160

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

Shades of Daisy Bush #512BA0

Tints of Daisy Bush #512BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 160 (62.89% from 255) = 56.34%

R = 28.52%
G = 15.14%
B = 56.34%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#512BA0 (or 0x512BA0) is known color: Daisy Bush. HEX triplet: 51, 2B and A0. RGB value is (81,43,160). Sum of RGB (Red+Green+Blue) = 81+43+160=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #512BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512BA0 is #AED45F. Grayscale: #434343. Windows color (decimal): -11457632 or 10496849. OLE color: 10496849.

HSL color Cylindrical-coordinate representation of color #512BA0: hue angle of 259.49º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512BA0 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 43 160 -
CMYK 0.49 0.73 0 0.37
HSL 259.49º 0.58% 0.4% -
HSV(B) 259.49º 0.73% 0.63% -
XYZ 10.6 6.02 33.86 -
YUV 67.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 81 43 160 0.49 0.73 0 0.37 259.49 0.58 0.4
Hex 51 2B A0 31 49 0 25 103 3A 28
Octal 121 53 240 61 111 0 45 403 72 50
Binary 1010001 101011 10100000 110001 1001001 0 100101 100000011 111010 101000

Color Harmonies of #512BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BA0

Black with #512BA0

Text Example


Text Example

White with #512BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512BA0; }

 p { color: rgb(81,43,160); }

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

background-color css

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

 a { background-color: rgb(81,43,160); }

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

border-color css

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

 span { border-color: rgb(81,43,160); }

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