#523990

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

Shades of Daisy Bush #523990

Tints of Daisy Bush #523990

Color information

#523990 (or 0x523990) is unknown color: approx Daisy Bush. HEX triplet: 52, 39 and 90. RGB value is (82,57,144). Sum of RGB (Red+Green+Blue) = 82+57+144=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #523990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523990 is #ADC66F. Grayscale: #4A4A4A. Windows color (decimal): -11388528 or 9451858. OLE color: 9451858.

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

Color convert

RGB8257144-
CMYK0.430.6000.44
HSL257.24º43.28%39.41%-
HSV(B)257.24º60.42%56.47%-
XYZ9.986.7327.16-
YUV74.39167.28133.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=28.98%
G=20.14%
B=50.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82571440.430.6000.44257.2443.2839.41
Hex5239902B3C02C1012b27
Octal1227122053740544015347
Binary1010010111001100100001010111111000101100100000001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523990; }

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

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

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

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

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

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

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

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