#523190

Color #523190 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #523190

Tints of Daisy Bush #523190

Color information

#523190 (or 0x523190) is unknown color: approx Daisy Bush. HEX triplet: 52, 31 and 90. RGB value is (82,49,144). Sum of RGB (Red+Green+Blue) = 82+49+144=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #523190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523190 is #ADCE6F. Grayscale: #454545. Windows color (decimal): -11390576 or 9449810. OLE color: 9449810.

HSL color Cylindrical-coordinate representation of color #523190: hue angle of 260.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523190 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8249144-
CMYK0.430.6600.44
HSL260.84º49.22%37.84%-
HSV(B)260.84º65.97%56.47%-
XYZ9.61627.04-
YUV69.7169.93136.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=29.82%
G=17.82%
B=52.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82491440.430.6600.44260.8449.2237.84
Hex5231902B4202C1053126
Octal12261220531020544056146
Binary10100101100011001000010101110000100101100100000101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523190; }

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

 H1.HeaderClassName
 {
   color: #523190;
 }
 .AnyTagClassName
 {
   color: #523190;
 }
</style>
background-color css

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

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

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

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

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

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