Html Css Color HEX #52329D Daisy Bush

📋 copy color: '#52329D'

red 82 ◦ green 50 ◦ blue 157

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

Shades of Daisy Bush #52329D

Tints of Daisy Bush #52329D

RGB

 RED value IS 82 (32.42% from 255) = 28.37%

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

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

R = 28.37%
G = 17.3%
B = 54.33%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52329D (or 0x52329D) is known color: Daisy Bush. HEX triplet: 52, 32 and 9D. RGB value is (82,50,157). Sum of RGB (Red+Green+Blue) = 82+50+157=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 50 (19.92% from 255 or 17.30% 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 #52329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52329D is #ADCD62. Grayscale: #474747. Windows color (decimal): -11390307 or 10302034. OLE color: 10302034.

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

Color convert

RGB 82 50 157 -
CMYK 0.48 0.68 0 0.38
HSL 257.94º 0.52% 0.41% -
HSV(B) 257.94º 0.68% 0.62% -
XYZ 10.71 6.51 32.59 -
YUV 71.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 82 50 157 0.48 0.68 0 0.38 257.94 0.52 0.41
Hex 52 32 9D 30 44 0 26 102 34 29
Octal 122 62 235 60 104 0 46 402 64 51
Binary 1010010 110010 10011101 110000 1000100 0 100110 100000010 110100 101001

Color Harmonies of #52329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52329D

Black with #52329D

Text Example


Text Example

White with #52329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,50,157); }

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

background-color css

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

 a { background-color: rgb(82,50,157); }

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

border-color css

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

 span { border-color: rgb(82,50,157); }

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