#52339F

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

Shades of Daisy Bush #52339F

Tints of Daisy Bush #52339F

Color information

#52339F (or 0x52339F) is unknown color: approx Daisy Bush. HEX triplet: 52, 33 and 9F. RGB value is (82,51,159). Sum of RGB (Red+Green+Blue) = 82+51+159=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #52339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52339F is #ADCC60. Grayscale: #484848. Windows color (decimal): -11390049 or 10433362. OLE color: 10433362.

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

Color convert

RGB8251159-
CMYK0.480.6800.38
HSL257.22º51.43%41.18%-
HSV(B)257.22º67.92%62.35%-
XYZ10.926.6633.51-
YUV72.58176.77134.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=28.08%
G=17.47%
B=54.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82511590.480.6800.38257.2251.4341.18
Hex52339F30440261013329
Octal12263237601040464016351
Binary10100101100111001111111000010001000100110100000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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