#53338B

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

Shades of Daisy Bush #53338B

Tints of Daisy Bush #53338B

Color information

#53338B (or 0x53338B) is unknown color: approx Daisy Bush. HEX triplet: 53, 33 and 8B. RGB value is (83,51,139). Sum of RGB (Red+Green+Blue) = 83+51+139=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #53338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53338B is #ACCC74. Grayscale: #464646. Windows color (decimal): -11324533 or 9122643. OLE color: 9122643.

HSL color Cylindrical-coordinate representation of color #53338B: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53338B is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8351139-
CMYK0.400.6300.45
HSL261.82º46.32%37.25%-
HSV(B)261.82º63.31%54.51%-
XYZ9.416.0725.1-
YUV70.6166.6136.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=30.40%
G=18.68%
B=50.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83511390.400.6300.45261.8246.3237.25
Hex53338B283F02D1062e25
Octal1236321350770554065645
Binary1010011110011100010111010001111110101101100000110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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