Html Css Color HEX #512DA4 Daisy Bush

📋 copy color: '#512DA4'

red 81 ◦ green 45 ◦ blue 164

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

Shades of Daisy Bush #512DA4

Tints of Daisy Bush #512DA4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.52%

 BLUE value IS 164 (64.45% from 255) = 56.55%

R = 27.93%
G = 15.52%
B = 56.55%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#512DA4 (or 0x512DA4) is known color: Daisy Bush. HEX triplet: 51, 2D and A4. RGB value is (81,45,164). Sum of RGB (Red+Green+Blue) = 81+45+164=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #512DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DA4 is #AED25B. Grayscale: #444444. Windows color (decimal): -11457116 or 10759505. OLE color: 10759505.

HSL color Cylindrical-coordinate representation of color #512DA4: hue angle of 258.15º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512DA4 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 45 164 -
CMYK 0.51 0.73 0 0.36
HSL 258.15º 0.57% 0.41% -
HSV(B) 258.15º 0.73% 0.64% -
XYZ 11.03 6.31 35.76 -
YUV 69.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 81 45 164 0.51 0.73 0 0.36 258.15 0.57 0.41
Hex 51 2D A4 33 49 0 24 102 39 29
Octal 121 55 244 63 111 0 44 402 71 51
Binary 1010001 101101 10100100 110011 1001001 0 100100 100000010 111001 101001

Color Harmonies of #512DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DA4

Black with #512DA4

Text Example


Text Example

White with #512DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,45,164); }

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

background-color css

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

 a { background-color: rgb(81,45,164); }

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

border-color css

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

 span { border-color: rgb(81,45,164); }

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