#53389B

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

Shades of Daisy Bush #53389B

Tints of Daisy Bush #53389B

Color information

#53389B (or 0x53389B) is unknown color: approx Daisy Bush. HEX triplet: 53, 38 and 9B. RGB value is (83,56,155). Sum of RGB (Red+Green+Blue) = 83+56+155=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #53389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53389B is #ACC764. Grayscale: #4A4A4A. Windows color (decimal): -11323237 or 10172499. OLE color: 10172499.

HSL color Cylindrical-coordinate representation of color #53389B: hue angle of 256.36º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53389B is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8356155-
CMYK0.460.6400.39
HSL256.36º46.92%41.37%-
HSV(B)256.36º63.87%60.78%-
XYZ10.97.0331.79-
YUV75.36172.95133.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=28.23%
G=19.05%
B=52.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83561550.460.6400.39256.3646.9241.37
Hex53389B2E400271002f29
Octal12370233561000474005751
Binary10100111110001001101110111010000000100111100000000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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