#53399F

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

Shades of Daisy Bush #53399F

Tints of Daisy Bush #53399F

Color information

#53399F (or 0x53399F) is unknown color: approx Daisy Bush. HEX triplet: 53, 39 and 9F. RGB value is (83,57,159). Sum of RGB (Red+Green+Blue) = 83+57+159=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #53399F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53399F is #ACC660. Grayscale: #4C4C4C. Windows color (decimal): -11322977 or 10434899. OLE color: 10434899.

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

Color convert

RGB8357159-
CMYK0.480.6400.38
HSL255.29º47.22%42.35%-
HSV(B)255.29º64.15%62.35%-
XYZ11.297.2733.61-
YUV76.4174.61132.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=27.76%
G=19.06%
B=53.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83571590.480.6400.38255.2947.2242.35
Hex53399F3040026ff2f2a
Octal12371237601000463775752
Binary1010011111001100111111100001000000010011011111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,57,159); }

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

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

 a { background-color: rgb(83,57,159); }

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

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

 span { border-color: rgb(83,57,159); }

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