Html Css Color HEX #513299 Daisy Bush

📋 copy color: '#513299'

red 81 ◦ green 50 ◦ blue 153

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

Shades of Daisy Bush #513299

Tints of Daisy Bush #513299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 28.52%
G = 17.61%
B = 53.87%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#513299 (or 0x513299) is known color: Daisy Bush. HEX triplet: 51, 32 and 99. RGB value is (81,50,153). Sum of RGB (Red+Green+Blue) = 81+50+153=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #513299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513299 is #AECD66. Grayscale: #464646. Windows color (decimal): -11455847 or 10039889. OLE color: 10039889.

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

Color convert

RGB 81 50 153 -
CMYK 0.47 0.67 0 0.4
HSL 258.06º 0.51% 0.4% -
HSV(B) 258.06º 0.67% 0.6% -
XYZ 10.28 6.33 30.82 -
YUV 71.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 81 50 153 0.47 0.67 0 0.4 258.06 0.51 0.4
Hex 51 32 99 2F 43 0 28 102 33 28
Octal 121 62 231 57 103 0 50 402 63 50
Binary 1010001 110010 10011001 101111 1000011 0 101000 100000010 110011 101000

Color Harmonies of #513299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513299

Black with #513299

Text Example


Text Example

White with #513299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513299; }

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

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

background-color css

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

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

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

border-color css

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

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

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