Html Css Color HEX #53319D Daisy Bush

📋 copy color: '#53319D'

red 83 ◦ green 49 ◦ blue 157

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

Shades of Daisy Bush #53319D

Tints of Daisy Bush #53319D

RGB

 RED value IS 83 (32.81% from 255) = 28.72%

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 28.72%
G = 16.96%
B = 54.33%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53319D (or 0x53319D) is known color: Daisy Bush. HEX triplet: 53, 31 and 9D. RGB value is (83,49,157). Sum of RGB (Red+Green+Blue) = 83+49+157=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #53319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53319D is #ACCE62. Grayscale: #474747. Windows color (decimal): -11325027 or 10301779. OLE color: 10301779.

HSL color Cylindrical-coordinate representation of color #53319D: hue angle of 258.89º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53319D is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 49 157 -
CMYK 0.47 0.69 0 0.38
HSL 258.89º 0.52% 0.4% -
HSV(B) 258.89º 0.69% 0.62% -
XYZ 10.75 6.47 32.58 -
YUV 71.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 83 49 157 0.47 0.69 0 0.38 258.89 0.52 0.4
Hex 53 31 9D 2F 45 0 26 103 34 28
Octal 123 61 235 57 105 0 46 403 64 50
Binary 1010011 110001 10011101 101111 1000101 0 100110 100000011 110100 101000

Color Harmonies of #53319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53319D

Black with #53319D

Text Example


Text Example

White with #53319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53319D; }

 p { color: rgb(83,49,157); }

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

background-color css

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

 a { background-color: rgb(83,49,157); }

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

border-color css

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

 span { border-color: rgb(83,49,157); }

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