Html Css Color HEX #523593 Daisy Bush

📋 copy color: '#523593'

red 82 ◦ green 53 ◦ blue 147

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

Shades of Daisy Bush #523593

Tints of Daisy Bush #523593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

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

R = 29.08%
G = 18.79%
B = 52.13%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#523593 (or 0x523593) is known color: Daisy Bush. HEX triplet: 52, 35 and 93. RGB value is (82,53,147). Sum of RGB (Red+Green+Blue) = 82+53+147=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #523593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523593 is #ADCA6C. Grayscale: #484848. Windows color (decimal): -11389549 or 9647442. OLE color: 9647442.

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

Color convert

RGB 82 53 147 -
CMYK 0.44 0.64 0 0.42
HSL 258.51º 0.47% 0.39% -
HSV(B) 258.51º 0.64% 0.58% -
XYZ 10.02 6.45 28.32 -
YUV 72.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 82 53 147 0.44 0.64 0 0.42 258.51 0.47 0.39
Hex 52 35 93 2C 40 0 2A 103 2F 27
Octal 122 65 223 54 100 0 52 403 57 47
Binary 1010010 110101 10010011 101100 1000000 0 101010 100000011 101111 100111

Color Harmonies of #523593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523593

Black with #523593

Text Example


Text Example

White with #523593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523593; }

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

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

background-color css

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

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

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

border-color css

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

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

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