#523295

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

Shades of Daisy Bush #523295

Tints of Daisy Bush #523295

Color information

#523295 (or 0x523295) is unknown color: approx Daisy Bush. HEX triplet: 52, 32 and 95. RGB value is (82,50,149). Sum of RGB (Red+Green+Blue) = 82+50+149=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #523295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523295 is #ADCD6A. Grayscale: #464646. Windows color (decimal): -11390315 or 9777746. OLE color: 9777746.

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

Color convert

RGB8250149-
CMYK0.450.6600.42
HSL259.39º49.75%39.02%-
HSV(B)259.39º66.44%58.43%-
XYZ10.056.2429.11-
YUV70.85172.1135.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=29.18%
G=17.79%
B=53.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82501490.450.6600.42259.3949.7539.02
Hex5232952D4202A1033227
Octal12262225551020524036247
Binary10100101100101001010110110110000100101010100000011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523295; }

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

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

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

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

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

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

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

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