#523090

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

Shades of Daisy Bush #523090

Tints of Daisy Bush #523090

Color information

#523090 (or 0x523090) is unknown color: approx Daisy Bush. HEX triplet: 52, 30 and 90. RGB value is (82,48,144). Sum of RGB (Red+Green+Blue) = 82+48+144=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #523090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523090 is #ADCF6F. Grayscale: #444444. Windows color (decimal): -11390832 or 9449554. OLE color: 9449554.

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

Color convert

RGB8248144-
CMYK0.430.6700.44
HSL261.25º50%37.65%-
HSV(B)261.25º66.67%56.47%-
XYZ9.575.9227.02-
YUV69.11170.26137.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=29.93%
G=17.52%
B=52.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82481440.430.6700.44261.255037.65
Hex5230902B4302C1053226
Octal12260220531030544056246
Binary10100101100001001000010101110000110101100100000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523090; }

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

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

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

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

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

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

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

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