#53319C

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

Shades of Daisy Bush #53319C

Tints of Daisy Bush #53319C

Color information

#53319C (or 0x53319C) is unknown color: approx Daisy Bush. HEX triplet: 53, 31 and 9C. RGB value is (83,49,156). Sum of RGB (Red+Green+Blue) = 83+49+156=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #53319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53319C is #ACCE63. Grayscale: #464646. Windows color (decimal): -11325028 or 10236243. OLE color: 10236243.

HSL color Cylindrical-coordinate representation of color #53319C: hue angle of 259.07º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53319C is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8349156-
CMYK0.470.6900.39
HSL259.07º52.2%40.2%-
HSV(B)259.07º68.59%61.18%-
XYZ10.676.4432.13-
YUV71.36175.76136.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 156 (61.33% from 255) = 54.17%
R=28.82%
G=17.01%
B=54.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83491560.470.6900.39259.0752.240.2
Hex53319C2F450271033428
Octal12361234571050474036450
Binary10100111100011001110010111110001010100111100000011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53319C; }

 p { color: rgb(83,49,156); }

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

<style>
 a { background-color: #53319C; }

 a { background-color: rgb(83,49,156); }

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

<style>
 span { border-color: #53319C; }

 span { border-color: rgb(83,49,156); }

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