#53309E

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

Shades of Daisy Bush #53309E

Tints of Daisy Bush #53309E

Color information

#53309E (or 0x53309E) is unknown color: approx Daisy Bush. HEX triplet: 53, 30 and 9E. RGB value is (83,48,158). Sum of RGB (Red+Green+Blue) = 83+48+158=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #53309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53309E is #ACCF61. Grayscale: #464646. Windows color (decimal): -11325282 or 10367059. OLE color: 10367059.

HSL color Cylindrical-coordinate representation of color #53309E: hue angle of 259.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53309E is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8348158-
CMYK0.470.7000.38
HSL259.09º53.4%40.39%-
HSV(B)259.09º69.62%61.96%-
XYZ10.86.4233.02-
YUV71177.1136.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=28.72%
G=16.61%
B=54.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83481580.470.7000.38259.0953.440.39
Hex53309E2F460261033528
Octal12360236571060464036550
Binary10100111100001001111010111110001100100110100000011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53309E; }

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

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

<style>
 a { background-color: #53309E; }

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

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

<style>
 span { border-color: #53309E; }

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

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