Html Css Color HEX #513392 Daisy Bush

📋 copy color: '#513392'

red 81 ◦ green 51 ◦ blue 146

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

Shades of Daisy Bush #513392

Tints of Daisy Bush #513392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 29.14%
G = 18.35%
B = 52.52%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513392 (or 0x513392) is known color: Daisy Bush. HEX triplet: 51, 33 and 92. RGB value is (81,51,146). Sum of RGB (Red+Green+Blue) = 81+51+146=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #513392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513392 is #AECC6D. Grayscale: #464646. Windows color (decimal): -11455598 or 9581393. OLE color: 9581393.

HSL color Cylindrical-coordinate representation of color #513392: hue angle of 258.95º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513392 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 51 146 -
CMYK 0.45 0.65 0 0.43
HSL 258.95º 0.48% 0.39% -
HSV(B) 258.95º 0.65% 0.57% -
XYZ 9.77 6.19 27.87 -
YUV 70.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 81 51 146 0.45 0.65 0 0.43 258.95 0.48 0.39
Hex 51 33 92 2D 41 0 2B 103 30 27
Octal 121 63 222 55 101 0 53 403 60 47
Binary 1010001 110011 10010010 101101 1000001 0 101011 100000011 110000 100111

Color Harmonies of #513392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513392

Black with #513392

Text Example


Text Example

White with #513392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513392; }

 p { color: rgb(81,51,146); }

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

background-color css

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

 a { background-color: rgb(81,51,146); }

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

border-color css

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

 span { border-color: rgb(81,51,146); }

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