#53399E

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

Shades of Daisy Bush #53399E

Tints of Daisy Bush #53399E

Color information

#53399E (or 0x53399E) is unknown color: approx Daisy Bush. HEX triplet: 53, 39 and 9E. RGB value is (83,57,158). Sum of RGB (Red+Green+Blue) = 83+57+158=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #53399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53399E is #ACC661. Grayscale: #4B4B4B. Windows color (decimal): -11322978 or 10369363. OLE color: 10369363.

HSL color Cylindrical-coordinate representation of color #53399E: hue angle of 255.45º 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 #53399E is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8357158-
CMYK0.470.6400.38
HSL255.45º46.98%42.16%-
HSV(B)255.45º63.92%61.96%-
XYZ11.27.2333.15-
YUV76.29174.11132.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=27.85%
G=19.13%
B=53.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83571580.470.6400.38255.4546.9842.16
Hex53399E2F40026ff2f2a
Octal12371236571000463775752
Binary1010011111001100111101011111000000010011011111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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