Html Css Color HEX #512895 Daisy Bush

📋 copy color: '#512895'

red 81 ◦ green 40 ◦ blue 149

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

Shades of Daisy Bush #512895

Tints of Daisy Bush #512895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

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

R = 30%
G = 14.81%
B = 55.19%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#512895 (or 0x512895) is known color: Daisy Bush. HEX triplet: 51, 28 and 95. RGB value is (81,40,149). Sum of RGB (Red+Green+Blue) = 81+40+149=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #512895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512895 is #AED76A. Grayscale: #404040. Windows color (decimal): -11458411 or 9775185. OLE color: 9775185.

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

Color convert

RGB 81 40 149 -
CMYK 0.46 0.73 0 0.42
HSL 262.57º 0.58% 0.37% -
HSV(B) 262.57º 0.73% 0.58% -
XYZ 9.58 5.44 28.98 -
YUV 64.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 81 40 149 0.46 0.73 0 0.42 262.57 0.58 0.37
Hex 51 28 95 2E 49 0 2A 107 3A 25
Octal 121 50 225 56 111 0 52 407 72 45
Binary 1010001 101000 10010101 101110 1001001 0 101010 100000111 111010 100101

Color Harmonies of #512895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512895

Black with #512895

Text Example


Text Example

White with #512895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512895; }

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

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

background-color css

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

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

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

border-color css

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

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

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