Html Css Color HEX #53329B Daisy Bush

📋 copy color: '#53329B'

red 83 ◦ green 50 ◦ blue 155

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

Shades of Daisy Bush #53329B

Tints of Daisy Bush #53329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.82%

R = 28.82%
G = 17.36%
B = 53.82%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53329B (or 0x53329B) is known color: Daisy Bush. HEX triplet: 53, 32 and 9B. RGB value is (83,50,155). Sum of RGB (Red+Green+Blue) = 83+50+155=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #53329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53329B is #ACCD64. Grayscale: #474747. Windows color (decimal): -11324773 or 10170963. OLE color: 10170963.

HSL color Cylindrical-coordinate representation of color #53329B: hue angle of 258.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53329B is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 50 155 -
CMYK 0.46 0.68 0 0.39
HSL 258.86º 0.51% 0.4% -
HSV(B) 258.86º 0.68% 0.61% -
XYZ 10.62 6.49 31.7 -
YUV 71.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 83 50 155 0.46 0.68 0 0.39 258.86 0.51 0.4
Hex 53 32 9B 2E 44 0 27 103 33 28
Octal 123 62 233 56 104 0 47 403 63 50
Binary 1010011 110010 10011011 101110 1000100 0 100111 100000011 110011 101000

Color Harmonies of #53329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53329B

Black with #53329B

Text Example


Text Example

White with #53329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53329B; }

 p { color: rgb(83,50,155); }

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

background-color css

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

 a { background-color: rgb(83,50,155); }

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

border-color css

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

 span { border-color: rgb(83,50,155); }

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