#53389E

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

Shades of Daisy Bush #53389E

Tints of Daisy Bush #53389E

Color information

#53389E (or 0x53389E) is unknown color: approx Daisy Bush. HEX triplet: 53, 38 and 9E. RGB value is (83,56,158). Sum of RGB (Red+Green+Blue) = 83+56+158=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #53389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53389E is #ACC761. Grayscale: #4B4B4B. Windows color (decimal): -11323234 or 10369107. OLE color: 10369107.

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

Color convert

RGB8356158-
CMYK0.470.6500.38
HSL255.88º47.66%41.96%-
HSV(B)255.88º64.56%61.96%-
XYZ11.157.1433.14-
YUV75.7174.45133.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=27.95%
G=18.86%
B=53.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83561580.470.6500.38255.8847.6641.96
Hex53389E2F41026100302a
Octal12370236571010464006052
Binary10100111110001001111010111110000010100110100000000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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