#53379B

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

Shades of Daisy Bush #53379B

Tints of Daisy Bush #53379B

Color information

#53379B (or 0x53379B) is unknown color: approx Daisy Bush. HEX triplet: 53, 37 and 9B. RGB value is (83,55,155). Sum of RGB (Red+Green+Blue) = 83+55+155=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #53379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53379B is #ACC864. Grayscale: #4A4A4A. Windows color (decimal): -11323493 or 10172243. OLE color: 10172243.

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

Color convert

RGB8355155-
CMYK0.460.6500.39
HSL256.8º47.62%41.18%-
HSV(B)256.8º64.52%60.78%-
XYZ10.856.9431.78-
YUV74.77173.28133.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=28.33%
G=18.77%
B=52.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83551550.460.6500.39256.847.6241.18
Hex53379B2E410271013029
Octal12367233561010474016051
Binary10100111101111001101110111010000010100111100000001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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