#523490

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

Shades of Daisy Bush #523490

Tints of Daisy Bush #523490

Color information

#523490 (or 0x523490) is unknown color: approx Daisy Bush. HEX triplet: 52, 34 and 90. RGB value is (82,52,144). Sum of RGB (Red+Green+Blue) = 82+52+144=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #523490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523490 is #ADCB6F. Grayscale: #474747. Windows color (decimal): -11389808 or 9450578. OLE color: 9450578.

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

Color convert

RGB8252144-
CMYK0.430.6400.44
HSL259.57º46.94%38.43%-
HSV(B)259.57º63.89%56.47%-
XYZ9.746.2627.08-
YUV71.46168.94135.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=29.50%
G=18.71%
B=51.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82521440.430.6400.44259.5746.9438.43
Hex5234902B4002C1042f26
Octal12264220531000544045746
Binary10100101101001001000010101110000000101100100000100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523490; }

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

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

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

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

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

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

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

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