#523893

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

Shades of Daisy Bush #523893

Tints of Daisy Bush #523893

Color information

#523893 (or 0x523893) is unknown color: approx Daisy Bush. HEX triplet: 52, 38 and 93. RGB value is (82,56,147). Sum of RGB (Red+Green+Blue) = 82+56+147=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #523893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523893 is #ADC76C. Grayscale: #494949. Windows color (decimal): -11388781 or 9648210. OLE color: 9648210.

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

Color convert

RGB8256147-
CMYK0.440.6200.42
HSL257.14º44.83%39.8%-
HSV(B)257.14º61.9%57.65%-
XYZ10.166.7328.37-
YUV74.15169.11133.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=28.77%
G=19.65%
B=51.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82561470.440.6200.42257.1444.8339.8
Hex5238932C3E02A1012d28
Octal1227022354760524015550
Binary1010010111000100100111011001111100101010100000001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523893; }

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

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

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

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

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

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

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

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