#523192

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

Shades of Daisy Bush #523192

Tints of Daisy Bush #523192

Color information

#523192 (or 0x523192) is unknown color: approx Daisy Bush. HEX triplet: 52, 31 and 92. RGB value is (82,49,146). Sum of RGB (Red+Green+Blue) = 82+49+146=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #523192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523192 is #ADCE6D. Grayscale: #454545. Windows color (decimal): -11390574 or 9580882. OLE color: 9580882.

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

Color convert

RGB8249146-
CMYK0.440.6600.43
HSL260.41º49.74%38.24%-
HSV(B)260.41º66.44%57.25%-
XYZ9.776.0727.85-
YUV69.92170.93136.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=29.60%
G=17.69%
B=52.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82491460.440.6600.43260.4149.7438.24
Hex5231922C4202B1043226
Octal12261222541020534046246
Binary10100101100011001001010110010000100101011100000100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523192; }

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

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

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

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

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

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

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

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