#523095

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

Shades of Daisy Bush #523095

Tints of Daisy Bush #523095

Color information

#523095 (or 0x523095) is unknown color: approx Daisy Bush. HEX triplet: 52, 30 and 95. RGB value is (82,48,149). Sum of RGB (Red+Green+Blue) = 82+48+149=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #523095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523095 is #ADCF6A. Grayscale: #454545. Windows color (decimal): -11390827 or 9777234. OLE color: 9777234.

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

Color convert

RGB8248149-
CMYK0.450.6800.42
HSL260.2º51.27%38.63%-
HSV(B)260.2º67.79%58.43%-
XYZ9.966.0829.08-
YUV69.68172.76136.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=29.39%
G=17.20%
B=53.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82481490.450.6800.42260.251.2738.63
Hex5230952D4402A1043327
Octal12260225551040524046347
Binary10100101100001001010110110110001000101010100000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523095; }

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

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

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

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

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

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

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

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