#53389D

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

Shades of Daisy Bush #53389D

Tints of Daisy Bush #53389D

Color information

#53389D (or 0x53389D) is unknown color: approx Daisy Bush. HEX triplet: 53, 38 and 9D. RGB value is (83,56,157). Sum of RGB (Red+Green+Blue) = 83+56+157=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #53389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53389D is #ACC762. Grayscale: #4B4B4B. Windows color (decimal): -11323235 or 10303571. OLE color: 10303571.

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

Color convert

RGB8356157-
CMYK0.470.6400.38
HSL256.04º47.42%41.76%-
HSV(B)256.04º64.33%61.57%-
XYZ11.077.132.69-
YUV75.59173.95133.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 157 (61.72% from 255) = 53.04%
R=28.04%
G=18.92%
B=53.04%

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
Decimal83561570.470.6400.38256.0447.4241.76
Hex53389D2F400261002f2a
Octal12370235571000464005752
Binary10100111110001001110110111110000000100110100000000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53389D; }

 p { color: rgb(83,56,157); }

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

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

 a { background-color: rgb(83,56,157); }

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

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

 span { border-color: rgb(83,56,157); }

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