#53308D

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

Shades of Daisy Bush #53308D

Tints of Daisy Bush #53308D

Color information

#53308D (or 0x53308D) is unknown color: approx Daisy Bush. HEX triplet: 53, 30 and 8D. RGB value is (83,48,141). Sum of RGB (Red+Green+Blue) = 83+48+141=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #53308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53308D is #ACCF72. Grayscale: #444444. Windows color (decimal): -11325299 or 9252947. OLE color: 9252947.

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

Color convert

RGB8348141-
CMYK0.410.6600.45
HSL262.58º49.21%37.06%-
HSV(B)262.58º65.96%55.29%-
XYZ9.435.8825.84-
YUV69.07168.6137.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 141 (55.47% from 255) = 51.84%
R=30.51%
G=17.65%
B=51.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83481410.410.6600.45262.5849.2137.06
Hex53308D294202D1073125
Octal12360215511020554076145
Binary10100111100001000110110100110000100101101100000111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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