Html Css Color HEX #512599 Daisy Bush

📋 copy color: '#512599'

red 81 ◦ green 37 ◦ blue 153

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

Shades of Daisy Bush #512599

Tints of Daisy Bush #512599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 29.89%
G = 13.65%
B = 56.46%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#512599 (or 0x512599) is known color: Daisy Bush. HEX triplet: 51, 25 and 99. RGB value is (81,37,153). Sum of RGB (Red+Green+Blue) = 81+37+153=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #512599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512599 is #AEDA66. Grayscale: #3E3E3E. Windows color (decimal): -11459175 or 10036561. OLE color: 10036561.

HSL color Cylindrical-coordinate representation of color #512599: hue angle of 262.76º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512599 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 37 153 -
CMYK 0.47 0.76 0 0.4
HSL 262.76º 0.61% 0.37% -
HSV(B) 262.76º 0.76% 0.6% -
XYZ 9.8 5.37 30.66 -
YUV 63.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 81 37 153 0.47 0.76 0 0.4 262.76 0.61 0.37
Hex 51 25 99 2F 4C 0 28 107 3D 25
Octal 121 45 231 57 114 0 50 407 75 45
Binary 1010001 100101 10011001 101111 1001100 0 101000 100000111 111101 100101

Color Harmonies of #512599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512599

Black with #512599

Text Example


Text Example

White with #512599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512599; }

 p { color: rgb(81,37,153); }

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

background-color css

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

 a { background-color: rgb(81,37,153); }

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

border-color css

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

 span { border-color: rgb(81,37,153); }

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