#53338D

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

Shades of Daisy Bush #53338D

Tints of Daisy Bush #53338D

Color information

#53338D (or 0x53338D) is unknown color: approx Daisy Bush. HEX triplet: 53, 33 and 8D. RGB value is (83,51,141). Sum of RGB (Red+Green+Blue) = 83+51+141=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #53338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53338D is #ACCC72. Grayscale: #464646. Windows color (decimal): -11324531 or 9253715. OLE color: 9253715.

HSL color Cylindrical-coordinate representation of color #53338D: hue angle of 261.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53338D is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8351141-
CMYK0.410.6400.45
HSL261.33º46.88%37.65%-
HSV(B)261.33º63.83%55.29%-
XYZ9.566.1325.88-
YUV70.83167.6136.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=30.18%
G=18.55%
B=51.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83511410.410.6400.45261.3346.8837.65
Hex53338D294002D1052f26
Octal12363215511000554055746
Binary10100111100111000110110100110000000101101100000101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,51,141); }

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

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

 a { background-color: rgb(83,51,141); }

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

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

 span { border-color: rgb(83,51,141); }

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