Html Css Color HEX #523193 Daisy Bush

📋 copy color: '#523193'

red 82 ◦ green 49 ◦ blue 147

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

Shades of Daisy Bush #523193

Tints of Daisy Bush #523193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 29.5%
G = 17.63%
B = 52.88%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#523193 (or 0x523193) is known color: Daisy Bush. HEX triplet: 52, 31 and 93. RGB value is (82,49,147). Sum of RGB (Red+Green+Blue) = 82+49+147=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #523193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523193 is #ADCE6C. Grayscale: #454545. Windows color (decimal): -11390573 or 9646418. OLE color: 9646418.

HSL color Cylindrical-coordinate representation of color #523193: hue angle of 260.2º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523193 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 49 147 -
CMYK 0.44 0.67 0 0.42
HSL 260.2º 0.5% 0.38% -
HSV(B) 260.2º 0.67% 0.58% -
XYZ 9.84 6.1 28.26 -
YUV 70.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 82 49 147 0.44 0.67 0 0.42 260.2 0.5 0.38
Hex 52 31 93 2C 43 0 2A 104 32 26
Octal 122 61 223 54 103 0 52 404 62 46
Binary 1010010 110001 10010011 101100 1000011 0 101010 100000100 110010 100110

Color Harmonies of #523193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523193

Black with #523193

Text Example


Text Example

White with #523193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523193; }

 p { color: rgb(82,49,147); }

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

background-color css

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

 a { background-color: rgb(82,49,147); }

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

border-color css

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

 span { border-color: rgb(82,49,147); }

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