Html Css Color HEX #52349C Daisy Bush

📋 copy color: '#52349C'

red 82 ◦ green 52 ◦ blue 156

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

Shades of Daisy Bush #52349C

Tints of Daisy Bush #52349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 28.28%
G = 17.93%
B = 53.79%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52349C (or 0x52349C) is known color: Daisy Bush. HEX triplet: 52, 34 and 9C. RGB value is (82,52,156). Sum of RGB (Red+Green+Blue) = 82+52+156=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #52349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52349C is #ADCB63. Grayscale: #484848. Windows color (decimal): -11389796 or 10237010. OLE color: 10237010.

HSL color Cylindrical-coordinate representation of color #52349C: hue angle of 257.31º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52349C is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 52 156 -
CMYK 0.47 0.67 0 0.39
HSL 257.31º 0.5% 0.41% -
HSV(B) 257.31º 0.67% 0.61% -
XYZ 10.71 6.65 32.17 -
YUV 72.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 82 52 156 0.47 0.67 0 0.39 257.31 0.5 0.41
Hex 52 34 9C 2F 43 0 27 101 32 29
Octal 122 64 234 57 103 0 47 401 62 51
Binary 1010010 110100 10011100 101111 1000011 0 100111 100000001 110010 101001

Color Harmonies of #52349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52349C

Black with #52349C

Text Example


Text Example

White with #52349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52349C; }

 p { color: rgb(82,52,156); }

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

background-color css

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

 a { background-color: rgb(82,52,156); }

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

border-color css

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

 span { border-color: rgb(82,52,156); }

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