#52349F

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

Shades of Daisy Bush #52349F

Tints of Daisy Bush #52349F

Color information

#52349F (or 0x52349F) is unknown color: approx Daisy Bush. HEX triplet: 52, 34 and 9F. RGB value is (82,52,159). Sum of RGB (Red+Green+Blue) = 82+52+159=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #52349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52349F is #ADCB60. Grayscale: #484848. Windows color (decimal): -11389793 or 10433618. OLE color: 10433618.

HSL color Cylindrical-coordinate representation of color #52349F: hue angle of 256.82º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52349F is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8252159-
CMYK0.480.6700.38
HSL256.82º50.71%41.37%-
HSV(B)256.82º67.3%62.35%-
XYZ10.976.7533.53-
YUV73.17176.44134.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=27.99%
G=17.75%
B=54.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82521590.480.6700.38256.8250.7141.37
Hex52349F30430261013329
Octal12264237601030464016351
Binary10100101101001001111111000010000110100110100000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52349F; }

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

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

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

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

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

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

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

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