#523495

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

Shades of Daisy Bush #523495

Tints of Daisy Bush #523495

Color information

#523495 (or 0x523495) is unknown color: approx Daisy Bush. HEX triplet: 52, 34 and 95. RGB value is (82,52,149). Sum of RGB (Red+Green+Blue) = 82+52+149=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #523495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523495 is #ADCB6A. Grayscale: #474747. Windows color (decimal): -11389803 or 9778258. OLE color: 9778258.

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

Color convert

RGB8252149-
CMYK0.450.6500.42
HSL258.56º48.26%39.41%-
HSV(B)258.56º65.1%58.43%-
XYZ10.136.4229.14-
YUV72.03171.44135.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=28.98%
G=18.37%
B=52.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82521490.450.6500.42258.5648.2639.41
Hex5234952D4102A1033027
Octal12264225551010524036047
Binary10100101101001001010110110110000010101010100000011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523495; }

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

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

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

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

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

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

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

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